Click or drag to resize

IDocumentCollection Interface

Represents a collection of [!:Spire.Doc.IDocument] .

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

The IDocumentCollection 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 [!:Spire.Doc.IDocument] 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