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