PDFPlacePreference

PDF place preferences.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object, PDFCrop, String

Hierarchy:

Superclass: Preference

Class: PDFPlacePreference

Property Listing

Property

Type

Access

Description

isValid

Boolean

readonly

Returns true if the object specifier resolves to valid objects.

openDocumentPassword

String

read/write

The password to enter when opening the PDF document. Valid only when use security is true. Note: A script can set but not get this value.

pageNumber

Number

read/write

The page number of the PDF document page to place.

parent

Application

readonly

The parent of the PDFPlacePreference (a Application).

pdfCrop

PDFCrop

PDFCrop.CROP_ART

PDFCrop.CROP_BLEED

PDFCrop.CROP_CONTENT

PDFCrop.CROP_MEDIA

PDFCrop.CROP_PDF

PDFCrop.CROP_TRIM

read/write

The type of cropping to apply.

properties

Object

read/write

A property that allows setting of several properties at the same time.

transparentBackground

Boolean

read/write

If true, the background of the PDF is transparent.

Method Listing

PDFPlacePreference getElements ()

Resolves the object specifier, creating an array of object references.

String toSource ()

Generates a string which, if executed, will return the PDFPlacePreference.

String toSpecifier ()

Retrieves the object specifier.

Object of

Application.pdfPlacePreferences

Return

PDFPlacePreference.getElements()