PDFs
A collection of imported PDF graphics.
PDFs Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the PDF with the specified index or name. |
| length |
Long |
read |
The number of PDFs in the collection. |
PDFs Methods
| Method |
Returns |
Description |
| anyItem |
Object |
Returns any PDF. |
| firstItem |
Object |
Returns the first PDF. |
| itemByID |
Object |
Returns the PDF with the specified ID. |
| itemByRange |
Objects |
Returns the PDFs within the specified range. |
| lastItem |
Object |
Returns the last PDF. |
| middleItem |
Object |
Returns the middle PDF. |
| nextItem |
Object |
Returns the next PDF. |
| previousItem |
Object |
Returns the previous PDF. |