-
-
Returns any PDF in the collection.
-
-
Displays the number of elements in the PDF.
-
-
Returns every PDF in the collection.
-
-
Returns the first PDF in the collection.
-
-
Returns the PDF with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the PDF with the specified ID.
-
-
Returns the PDF with the specified name.
-
| itemByRange( |
from, to) |
→ PDF |
-
Returns the PDFs within the specified range.
from
|
The PDF, index, or name at the beginning of the range. Can accept: PDF, Long Integer or String.
|
to
|
The PDF, index, or name at the end of the range. Can accept: PDF, Long Integer or String.
|
-
-
Returns the last PDF in the collection.
-
-
Returns the middle PDF in the collection.
-
-
Returns the PDF whose index follows the specified PDF in the collection.
obj
|
PDF
The PDF whose index comes before the desired PDF.
|
-
-
Returns the PDF with the index previous to the specified index.
obj
|
PDF
The index of the PDF that follows the desired PDF.
|
-
-
Generates a string which, if executed, will return the PDF.