Class
The PostScript options.
PrintPostScriptOptions
Class
| Property | Type | Access | Description |
|---|---|---|---|
| binaryPrinting | bool | r/w | Whether to print in binary mode. (default: false) |
| compatibleShading | bool | r/w | Use PostScript level 1 compatible gradient and gradient mesh printing. (default: false) |
| forceContinuousTone | bool | r/w | Whether to force continuous tone. (default: false) |
| imageCompression | PostScriptImageCompressionType: PostScriptImageCompressionType.IMAGECOMPRESSIONNONE PostScriptImageCompressionType.RLE PostScriptImageCompressionType.JPEG |
r/w | The image compression type. (default: PostScriptImageCompressionType.IMAGECOMPRESSIONNONE) |
| negativePrinting | bool | r/w | Whether to print in negative mode. (default: false) |
| postScriptLevel | PrinterPostScriptLevelEnum: PrinterPostScriptLevelEnum.PSLEVEL1 PrinterPostScriptLevelEnum.PSLEVEL2 PrinterPostScriptLevelEnum.PSLEVEL3 |
r/w | The PostScript language level. (default: PrinterPostScriptLevelEnum.PSLEVEL2) |
| shadingResolution | number (range: 1 - 9600) | r/w | The shading resolution. (default: 300) |
Element of
PrintOptions.postScriptOptions
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |