Base of all collections containing frame objects. (e. g. ImageCollection or BarcodeCollection)

Syntax

FrameBaseCollection

Introduced: X18.

Methods

Method Description
clear Removes all objects from the collection and from the document.
elementAt Returns the element at a specified index in the collection.
(Inherited from Collection)
forEach Executes a callback function for each element.
(Inherited from Collection)
getCount Gets the number of elements contained in the collection.
(Inherited from Collection)