Class pfcPrintPrinterOption
Description
This interface is used to define the printer settings for printing a file.
Method Summary
| |
| |
| |
| Creates an object used to define the printer settings for printing a file. |
| |
| |
void | |
| |
| |
| true to delete file after printing; false to not delete file. |
| |
| |
void | |
| |
| |
| Name of a file where the print should go. |
| |
| |
void | |
| |
| |
| Size of paper to be printed. |
| |
| |
void | |
| |
| |
| File containing pen table |
| |
| |
void | |
| |
| |
| Print command. |
| |
| |
void | |
| |
| |
| Type of printer. |
| |
| |
void | |
| |
| |
| Number of papers to be printed. |
| |
| |
void | |
| |
| |
| true to use roll media for printing; false to not use roll media. |
| |
| |
void | |
| |
| |
| true to rotate the plot; false to skip rotating plot. |
| |
| |
void | |
| |
| |
| Save method. |
| |
| |
void | |
| |
| |
| true to save file after print; false to skip file saving. |
| |
| |
void | |
| |
| |
| true to send file to printer; false to not send file to printer. |
| |
| |
void | |
| |
| |
| Slew value |
| |
| |
void | |
| |
| |
| true to use handshake method for printing; false to not use handshake method. |
| |
| |
void | |
| |
| |
| true to use TTF support for printing; false to stroke all text. |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Method Detail
| GetPrinterType | () |
void | SetPrinterType | |
Type of printer.
Manual References:
| GetSaveToFile | () |
void | SetSaveToFile | |
true to save file after print; false to skip file saving.
Manual References:
| GetSaveMethod | () |
void | SetSaveMethod | |
Save method.
Manual References:
| GetFileName | () |
void | SetFileName | |
Name of a file where the print should go.
Manual References:
| GetDeleteAfter | () |
void | SetDeleteAfter | |
true to delete file after printing; false to not delete file.
Manual References:
| GetSendToPrinter | () |
void | SetSendToPrinter | |
true to send file to printer; false to not send file to printer.
Manual References:
| GetPrintCommand | () |
void | SetPrintCommand | |
Print command.
Manual References:
| GetPenTable | () |
void | SetPenTable | |
File containing pen table
Manual References:
| GetPaperSize | () |
void | SetPaperSize | |
Size of paper to be printed.
Manual References:
| GetQuantity | () |
void | SetQuantity | |
Number of papers to be printed.
Manual References:
| GetSwHandshake | () |
void | SetSwHandshake | |
true to use handshake method for printing; false to not use handshake method.
Manual References:
| GetRollMedia | () |
void | SetRollMedia | |
true to use roll media for printing; false to not use roll media.
Manual References:
Slew value
Manual References:
| GetRotatePlot | () |
void | SetRotatePlot | |
true to rotate the plot; false to skip rotating plot.
Manual References:
| GetUseTtf | () |
void | SetUseTtf | |
true to use TTF support for printing; false to stroke all text.
Manual References:
Creates an object used to define the printer settings for printing a file.
Manual References:
Returns: