ePrinterType_Default |
The default output device type. The default output device used depends on the type of the FormLayout to be printed. Print a Repository-based FormLayout: A printer of type Repository will be used. Without the specification of a PrinterName the default printer within this Repository (named _Default_ ) is used. Print a stand-alone FormLayout: A printer of type Win32 will be used on Windows, for Linux and UNIX a printer of type Cups will be used. |
ePrinterType_Win32 |
Direct printing to a Windows printer via GDI-calls (Microsoft Windows only). |
ePrinterType_Repository |
The printer as defined in the Repository or stand-alone FormLayout. In the later case only the printer _Default_ is used (which maps to the default printer of the current user). To use other printers set the PrinterType to Win32. |
ePrinterType_Cups |
A CUPS printer (Linux and UNIX only). |
ePrinterType_PSFile |
PostScript output (as file). |
ePrinterType_HTML |
HTML output (as file). The footer of the generated HTML-pages may be customized. See Footer.html in the TFORMer installation directory for details. |
ePrinterType_PDFFile |
PDF output (as file). |
ePrinterType_PSPrinter |
PostScript output (sent to a specific printer). |
ePrinterType_TxtPrinter |
Text output (to a specific windows printer). |
ePrinterType_TxtFile |
Text output (as file). |
ePrinterType_ImageBmp |
BMP image output (as file, one file per page). The specified filename may contain #-characters as placeholders for the page-number. |
ePrinterType_ImageGif |
GIF Image output (as file, one file per page). The specified filename may contain #-characters as placeholders for the page-number. |
ePrinterType_ImageJpg |
JPG image output (as file, one file per page). The specified filename may contain #-characters as placeholders for the page-number. |
ePrinterType_ImagePcx |
PCX image output (as file, one file per page). The specified filename may contain #-characters as placeholders for the page-number. |
ePrinterType_ImagePng |
PNG image output (as file, one file per page). The specified filename may contain #-characters as placeholders for the page-number. |
ePrinterType_ImageTga |
TGA image output (as file, one file per page). The specified filename may contain #-characters as placeholders for the page-number. |
ePrinterType_ImageTifSingle |
TIFF image output (as file, one file per page). The specified filename may contain #-characters as placeholders for the page-number. |
ePrinterType_ImageTifMultiPage |
TIFF image output (as file, Multi-Page TIF format). |
ePrinterType_ZPLPrinter |
|
ePrinterType_ZPLFile |
|
ePrinterType_Invalid |
Last entry used to verify valid parameters. |