| Library | Module | Frames | Expand |
| boolean | DeleteAfter | |
| true to delete file after printing; false to not delete file. | ||
| string | FileName | |
| Name of a file where the print should go. | ||
| pfcPrintSize | PaperSize | |
| Size of paper to be printed. | ||
| string | PenTable | |
| File containing pen table | ||
| string | PrintCommand | |
| Print command. | ||
| string | PrinterType | |
| Type of printer. | ||
| number | Quantity | |
| Number of papers to be printed. | ||
| boolean | RollMedia | |
| true to use roll media for printing; false to not use roll media. | ||
| boolean | RotatePlot | |
| true to rotate the plot; false to skip rotating plot. | ||
| pfcPrintSaveMethod | SaveMethod | |
| Save method. | ||
| boolean | SaveToFile | |
| true to save file after print; false to skip file saving. | ||
| boolean | SendToPrinter | |
| true to send file to printer; false to not send file to printer. | ||
| number | Slew | |
| Slew value | ||
| boolean | SwHandshake | |
| true to use handshake method for printing; false to not use handshake method. | ||
| boolean | UseTtf | |
| true to use TTF support for printing; false to stroke all text. | ||
| static pfcPrintPrinterOption | Create () | |
| Creates an object used to define the printer settings for printing a file. | ||
| boolean | DeleteAfter |
|
true to delete file after printing; false to not delete file. |
| string | FileName |
|
Name of a file where the print should go. Attention: if pfcModel.Export() is called for pfcExportType EXPORT_PRINT, the argument FileName is ignored (and can be passed as null). Instead, the output filename should be set through this API. |
| pfcPrintSize | PaperSize |
|
Size of paper to be printed. |
| string | PenTable |
|
File containing pen table |
| string | PrintCommand |
|
Print command. |
| string | PrinterType |
|
Type of printer. |
| number | Quantity |
|
Number of papers to be printed. |
| boolean | RollMedia |
|
true to use roll media for printing; false to not use roll media. |
| boolean | RotatePlot |
|
true to rotate the plot; false to skip rotating plot. |
| pfcPrintSaveMethod | SaveMethod |
|
Save method. |
| boolean | SaveToFile |
|
true to save file after print; false to skip file saving. |
| boolean | SendToPrinter |
|
true to send file to printer; false to not send file to printer. |
| number | Slew |
|
Slew value |
| boolean | SwHandshake |
|
true to use handshake method for printing; false to not use handshake method. |
| boolean | UseTtf |
|
true to use TTF support for printing; false to stroke all text. |
| static pfcPrintPrinterOption | Create | () |
|
Creates an object used to define the printer settings for printing a file.
|