PDFs
A collection of PDF files.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the PDF.
PDF item( Mixed index )
Returns the PDF with the specified index or name.
Parameters
PDF itemByName( String name )
Returns the PDF with the specified name.
Parameters
PDF itemByID( Number id )
Returns the PDF with the specified ID.
Parameters
PDF itemByRange( Mixed from, Mixed to )
Returns the PDFs within the specified range.
Parameters
PDF firstItem()
Returns the first PDF in the collection.
PDF lastItem()
Returns the last PDF in the collection.
PDF middleItem()
Returns the middle PDF in the collection.
PDF previousItem( PDF obj )
Returns the PDF with the index previous to the specified index.
Parameters
PDF nextItem( PDF obj )
Returns the PDF whose index follows the specified PDF in the collection.
Parameters
PDF anyItem()
Returns any PDF in the collection.
PDF everyItem()
Returns every PDF in the collection.
String toSource()
Generates a string which, if executed, will return the PDF.
PDF []( Number index )
Returns the PDF with the specified index.