InDesign Server2025
API 20.5.0.49
Collection of PDFExportPreset

PDFExportPresets

A collection of PDF export presets.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

PDFExportPreset

Returns the PDFExportPreset with the specified index.

index Number The index.
PDFExportPreset

Creates a new PDFExportPreset.

withProperties? Object Initial values for properties of the new PDFExportPreset
PDFExportPreset

Returns any PDFExportPreset in the collection.

Number

Displays the number of elements in the PDFExportPreset.

PDFExportPreset[]

Returns every PDFExportPreset in the collection.

PDFExportPreset

Returns the first PDFExportPreset in the collection.

PDFExportPreset

Returns the PDFExportPreset with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
PDFExportPreset

Returns the PDFExportPreset with the specified name.

name String The name.
PDFExportPreset[]

Returns the PDFExportPresets within the specified range.

from LongInteger | PDFExportPreset | String The PDFExportPreset, index, or name at the beginning of the range. Can accept: PDFExportPreset, Long Integer or String.
to LongInteger | PDFExportPreset | String The PDFExportPreset, index, or name at the end of the range. Can accept: PDFExportPreset, Long Integer or String.
PDFExportPreset

Returns the last PDFExportPreset in the collection.

PDFExportPreset

Returns the middle PDFExportPreset in the collection.

PDFExportPreset

Returns the PDFExportPreset whose index follows the specified PDFExportPreset in the collection.

obj PDFExportPreset The PDFExportPreset whose index comes before the desired PDFExportPreset.
PDFExportPreset

Returns the PDFExportPreset with the index previous to the specified index.

obj PDFExportPreset The index of the PDFExportPreset that follows the desired PDFExportPreset.
String

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

Object of 1

Properties elsewhere that hold a PDFExportPresets.