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
Type Name Description 
PDF itemByName( String name )
Returns the PDF with the specified name.
Parameters
Type Name Description 
PDF itemByID( Number id )
Returns the PDF with the specified ID.
Parameters
Type Name Description 
PDF itemByRange( Mixed from, Mixed to )
Returns the PDFs within the specified range.
Parameters
Type Name Description 
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
Type Name Description 
PDF nextItem( PDF obj )
Returns the PDF whose index follows the specified PDF in the collection.
Parameters
Type Name Description 
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.
Parameters
Type Name Description