Class
Printer information.
PrinterInfo
Class
| Property | Type | Access | Description |
|---|---|---|---|
| binaryPrintingSupport | bool | r/w | Does the printer support binary printing? |
| colorSupport | PrinterColorMode: PrinterColorMode.COLORPRINTER PrinterColorMode.GRAYSCALEPRINTER PrinterColorMode.BLACKANDWHITEPRINTER |
r/w | The printer color capability. |
| customPaperSupport | bool | r/w | Does the printer support custom paper size? |
| customPaperTransverseSupport | bool | r/w | Does the printer support custom paper transverse? |
| deviceResolution | number | r/w | The printer default resolution. |
| inRIPSeparationSupport | bool | r/w | Does the printer support InRIP color separation? |
| maxDeviceResolution | number | r/w | The printer maximum device resolution. |
| maxPaperHeight | number | r/w | Custom paper's maximum height. |
| maxPaperHeightOffset | number | r/w | Custom paper's maximum height offset. |
| maxPaperWidth | number | r/w | Custom paper's maximum width. |
| maxPaperWidthOffset | number | r/w | Custom paper's maximum width offset. |
| minPaperHeight | number | r/w | Custom paper's minimum height. |
| minPaperHeightOffset | number | r/w | Custom paper's minimum height offset. |
| minPaperWidth | number | r/w | Custom paper's minimum width. |
| minPaperWidthOffset | number | r/w | Custom paper's minimum width offset. |
| paperSizes | Array of Paper | r/w | The list of supported paper sizes. |
| postScriptLevel | PrinterPostScriptLevelEnum: PrinterPostScriptLevelEnum.PSLEVEL1 PrinterPostScriptLevelEnum.PSLEVEL2 PrinterPostScriptLevelEnum.PSLEVEL3 |
r/w | The PostScript level. |
| printerType | PrinterTypeEnum: PrinterTypeEnum.Unknown PrinterTypeEnum.POSTSCRIPTPRINTER PrinterTypeEnum.NONPOSTSCRIPTPRINTER |
r/w | The printer type. |
Element of
Printer.printerInfo
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |