PDFs
A collection of imported PDF graphics.
PDFs Properties
| Property |
Type |
Access |
Description |
| Count |
Long |
read |
The number of PDFs. |
| Item |
Object |
read |
Returns the PDF with the specified index or name as Long or String. |
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. |