Click or drag to resize

DocumentObjectCollection Contains Method

Determines whether a entity is in the collection.

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

Parameters

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

Return Value

Type: Boolean
See Also