PDFExportPresets
A collection of PDF export presets.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
PDFExportPreset add( Object withProperties )
Creates a new PDFExportPreset.
Parameters
Type Name Description 
Number count()
Displays the number of elements in the PDFExportPreset.
PDFExportPreset item( Mixed index )
Returns the PDFExportPreset with the specified index or name.
Parameters
Type Name Description 
PDFExportPreset itemByName( String name )
Returns the PDFExportPreset with the specified name.
Parameters
Type Name Description 
PDFExportPreset itemByRange( Mixed from, Mixed to )
Returns the PDFExportPresets within the specified range.
Parameters
Type Name Description 
PDFExportPreset firstItem()
Returns the first PDFExportPreset in the collection.
PDFExportPreset lastItem()
Returns the last PDFExportPreset in the collection.
PDFExportPreset middleItem()
Returns the middle PDFExportPreset in the collection.
PDFExportPreset previousItem( PDFExportPreset obj )
Returns the PDFExportPreset with the index previous to the specified index.
Parameters
Type Name Description 
PDFExportPreset nextItem( PDFExportPreset obj )
Returns the PDFExportPreset whose index follows the specified PDFExportPreset in the collection.
Parameters
Type Name Description 
PDFExportPreset anyItem()
Returns any PDFExportPreset in the collection.
PDFExportPreset everyItem()
Returns every PDFExportPreset in the collection.
String toSource()
Generates a string which, if executed, will return the PDFExportPreset.
PDFExportPreset []( Number index )
Returns the PDFExportPreset with the specified index.
Parameters
Type Name Description