Click or drag to resize

DocumentObjectCollection Remove Method

Removes the document object from the collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public void Remove(
	IDocumentObject entity
)

Parameters

entity
Type: Spire.Doc.Interface IDocumentObject
the document object.
See Also