GenericPDFOpenOptions

Options that can be specified when opening a generic PDF document.

Hierarchy:

Superclass: OpenOptions

Class: GenericPDFOpenOptions

Constants/Events

Name

Type

Access

Description

antiAlias

Boolean

readonly

If true, anti-aliasing is used.

bitsPerChannel

BitsPerChannelType

BitsPerChannelType.ONE

BitsPerChannelType.EIGHT

BitsPerChannelType.SIXTEEN

BitsPerChannelType.THIRTYTWO

readonly

The number of bits per channel.

constrainProportions

Boolean

readonly

DEPRECATED.

cropPage

CropToType

CropToType.BOUNDINGBOX

CropToType.MEDIABOX

CropToType.CROPBOX

CropToType.BLEEDBOX

CropToType.TRIMBOX

CropToType.ARTBOX

readonly

The cropping method to use.

height

UnitValue

readonly

DEPRECATED.

mode

OpenDocumentMode

OpenDocumentMode.GRAYSCALE

OpenDocumentMode.RGB

OpenDocumentMode.CMYK

OpenDocumentMode.LAB

readonly

The document mode.

name

String

readonly

The name of the document.

object

Int

readonly

The number of the 3d object to open.

page

Int

readonly

The number of the page or image to open.

resolution

Number

readonly

The resolution of the document (in pixels per inch)

suppressWarnings

Boolean

readonly

If true, suppresses any warnings that may occur during opening.

use3DObjectNumber

Boolean

readonly

If true, the value specified in the page property refers to a page number. If false, the value specifies an image number.

usePageNumber

Boolean

readonly

If true, the value specified in the page property refers to a page number. If false, the value specifies an image number.

width

UnitValue

readonly

DEPRECATED.