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