GenericPDFOpenOptions¶
Description¶
Options that can be specified when opening a generic PDF document.
Static Properties¶
| antiAlias readonly | If true, anti-aliasing is used. |
| bitsPerChannel readonly | The number of bits per channel. |
| constrainProportions readonly | DEPRECATED. |
| cropPage readonly | The cropping method to use. |
| height readonly | DEPRECATED. |
| mode readonly | The document mode. |
| name readonly | The name of the document. |
| object readonly | The number of the 3d object to open. |
| page readonly | The number of the page or image to open. |
| resolution readonly | The resolution of the document (in pixels per inch) |
| suppressWarnings readonly | If true, suppresses any warnings that may occur during opening. |
| use3DObjectNumber readonly | If true, the value specified in the page property refers to a page number. If false, the value specifies an image number. |
| usePageNumber readonly | If true, the value specified in the page property refers to a page number. If false, the value specifies an image number. |
| width readonly | DEPRECATED. |