Library | Module

Class pfcPrintPrinterOption



Description

This interface is used to define the printer settings for printing a file.



Property Summary

booleanDeleteAfter
true to delete file after printing; false to not delete file.
stringFileName
Name of a file where the print should go.
pfcPrintSizePaperSize
Size of paper to be printed.
stringPenTable
File containing pen table
stringPrintCommand
Print command.
stringPrinterType
Type of printer.
numberQuantity
Number of papers to be printed.
booleanRollMedia
true to use roll media for printing; false to not use roll media.
booleanRotatePlot
true to rotate the plot; false to skip rotating plot.
pfcPrintSaveMethodSaveMethod
Save method.
booleanSaveToFile
true to save file after print; false to skip file saving.
booleanSendToPrinter
true to send file to printer; false to not send file to printer.
numberSlew
Slew value
booleanSwHandshake
true to use handshake method for printing; false to not use handshake method.
booleanUseTtf
true to use TTF support for printing; false to stroke all text.



Method Summary

static pfcPrintPrinterOptionCreate ()
Creates an object used to define the printer settings for printing a file.



Property Detail


booleanDeleteAfter

true to delete file after printing; false to not delete file.




stringFileName

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.




pfcPrintSizePaperSize

Size of paper to be printed.




stringPenTable

File containing pen table




stringPrintCommand

Print command.




stringPrinterType

Type of printer.




numberQuantity

Number of papers to be printed.




booleanRollMedia

true to use roll media for printing; false to not use roll media.




booleanRotatePlot

true to rotate the plot; false to skip rotating plot.




pfcPrintSaveMethodSaveMethod

Save method.




booleanSaveToFile

true to save file after print; false to skip file saving.




booleanSendToPrinter

true to send file to printer; false to not send file to printer.




numberSlew

Slew value




booleanSwHandshake

true to use handshake method for printing; false to not use handshake method.




booleanUseTtf

true to use TTF support for printing; false to stroke all text.





Method Detail


static pfcPrintPrinterOptionCreate ()

Creates an object used to define the printer settings for printing a file.
Returns: