| ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Subsidiary Types / ActiveX Objects > IGPDFPrintOptions Object |
Print options that control PDF printing.
To print set printing method to printer, and fill in inFileName, outFileName, deviceName, driverName, portName, dpi, nCopies, startPage, endPage, psLevel, shrinkToFit, binaryOK, emitHalftones.
IIGPDFPrintOptions
| BinaryOK Property | True turns on binary data, False turns it off. Applies to PostScript printer. |
| DeviceName Property | Name of device to print to. |
| DevMode Property | Allows you to pass a DEVMODE structure in if you have one. |
| DoOPP Property | True uses OverPrint Preview, False does not. Applies to printer. |
| DriverName Property | Name of driver. |
| EmitHalftones Property | True turns on emit half-tones, False turns it off. Applies to PostScript printer. |
| EndPage Property | Page to finish printing on. Applies to printer. |
| InFileName Property | Used for the Windows DOCINFO structure. |
| Method Property | One of enumIGPDFPrintMethod values. |
| OutFileName Property | Used for the Windows DOCINFO structure |
| PaperHeight Property | Height of paper in points. |
| PaperWidth Property | Width of paper in points. Applies to printer. |
| PortName Property | Name of Port. |
| PrintAnnots Property | True turns on printing annotations, False turns it off. Applies to printer. |
| Reverse Property | True reverses print order, False does regular order. Applies to printer. |
| ShrinkToFit Property | True turns on shrink to fit, False turns it off. Applies to PostScript printer. |
| StartPage Property | Page to start printing with, 0-based. Applies to printer. |
| TransQuality Property | Transparency flattening quality control. 1 is fastest; 5 is best. Applies to printer. |