Class
Options that can be specified when opening a generic PDF document. Base Class: OpenOptions
PDFOpenOptions
Class
Property | Type | Access | Description |
---|---|---|---|
antiAlias | bool | r/w | If true, anti-aliasing is used. |
bitsPerChannel | BitsPerChannelType: BitsPerChannelType.ONE BitsPerChannelType.EIGHT BitsPerChannelType.SIXTEEN BitsPerChannelType.THIRTYTWO |
r/w | The number of bits per channel. |
constrainProportions | bool | r/w | Deprecated for Adobe Photoshop CS3. |
cropPage | CropToType: CropToType.BOUNDINGBOX CropToType.MEDIABOX CropToType.CROPBOX CropToType.BLEEDBOX CropToType.TRIMBOX CropToType.ARTBOX |
r/w | The cropping method to use. |
height | UnitValue | r/w | Deprecated for Adobe Photoshop CS3. |
mode | OpenDocumentMode: OpenDocumentMode.GRAYSCALE OpenDocumentMode.RGB OpenDocumentMode.CMYK OpenDocumentMode.LAB |
r/w | The document mode. |
name | string | r/w | The name of the document. |
page | int | r/w | The number of the page or image to open. |
resolution | number | r/w | The resolution of the document (in pixels per inch) |
suppressWarnings | bool | r/w | If true, suppresses any warnings that may occur during opening. |
usePageNumber | bool | r/w | If true, the value specified in the page property refers to a page number. If false, the value specifies an image number. |
width | UnitValue | r/w | Deprecated for Adobe Photoshop CS3. |
Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |