Click or drag to resize

IDocumentObjectCollection Interface

Represents base interface for entities collections.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public interface IDocumentObjectCollection : ICollectionBase, 
	IEnumerable

The IDocumentObjectCollection type exposes the following members.

Properties
Name Description
Public property Count
Gets the number of items in collection.
(Inherited from ICollectionBase .)
Public property Item
Gets the DocumentObject at the specified index.
Top
Methods
Name Description
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable .)
Top
See Also