InDesign Server2025
API 20.5.0.49
Collection of EPS

EPSs

A collection of EPS files.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

EPS

Returns the EPS with the specified index.

index Number The index.
EPS

Returns any EPS in the collection.

Number

Displays the number of elements in the EPS.

EPS[]

Returns every EPS in the collection.

EPS

Returns the first EPS in the collection.

EPS

Returns the EPS with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
EPS

Returns the EPS with the specified ID.

id Number The ID.
EPS

Returns the EPS with the specified name.

name String The name.
EPS[]

Returns the EPSs within the specified range.

from EPS | LongInteger | String The EPS, index, or name at the beginning of the range. Can accept: EPS, Long Integer or String.
to EPS | LongInteger | String The EPS, index, or name at the end of the range. Can accept: EPS, Long Integer or String.
EPS

Returns the last EPS in the collection.

EPS

Returns the middle EPS in the collection.

EPS

Returns the EPS whose index follows the specified EPS in the collection.

obj EPS The EPS whose index comes before the desired EPS.
EPS

Returns the EPS with the index previous to the specified index.

obj EPS The index of the EPS that follows the desired EPS.
String

Generates a string which, if executed, will return the EPS.

Object of 17

Properties elsewhere that hold a EPSs.