The FrameBaseCollection class is the base class of the ImageCollection and TextFrameCollection classes. It contains their base functionality. The FrameBaseCollection class implements the IEnumerable and the ICollection interfaces.

Syntax

public abstract class FrameBaseCollection: ICollection, IEnumerable
Public MustInherit Class FrameBaseCollection
  Implements ICollection
  Implements IEnumerable

Methods

Method Description
Clear Removes all objects from the collection and from the document.
GetEnumerator Returns an enumerator that can be used to iterate through the collection.

Properties

Property Description
Count Gets the number of elements contained in the collection.
IsSynchronized Returns true if the collection is designed to be thread safe, otherwise, it returns false.
SyncRoot Gets an object that can be used to synchronize access to the collection.