PDF place preferences.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| openDocumentPassword | string | r/w | 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 | r/w | The page number of the PDF document page to place. |
| parent | Application | readonly | The parent of the PDFPlacePreference (a Application). |
| pdfCrop | PDFCrop : CROP_CONTENT CROP_ART CROP_PDF CROP_TRIM CROP_BLEED CROP_MEDIA |
r/w | The type of cropping to apply. |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
| transparentBackground | bool | r/w | If true, the background of the PDF is transparent. |
Methods
Array of PDFPlacePreferencegetElements ()
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.
Element of:
Application.pdfPlacePreferences
Returned by:
Array of PDFPlacePreference PDFPlacePreference .getElements (
)