User's Guide > Interface > Printing Files
Printing Files
The printer instructions for printing a file are defined in pfcPrinterInstructions data object.
Methods Introduced:
The method pfcPrinterInstructions.Create() creates a new instance of the pfcPrinterInstructions object. The object contains the following instruction attributes:
PrinterOption—Printer settings for printing a file in terms of the pfcPrintPrinterOption object. Set this attribute using the property pfcPrinterInstructions.PrinterOption.
PlacementOption—Placement options for printing purpose in terms of the pfcPrintMdlOption object. Set this attribute using the property pfcPrinterInstructions.PlacementOption.
ModelOption—Model options for printing purpose in terms of the pfcPrintPlacementOption object. Set this attribute using the property pfcPrinterInstructions.ModelOption.
WindowId—Current window identifier. Set this attribute using the property pfcPrinterInstructions.WindowId.
Was this helpful?