Click or drag to resize

DocumentObjectCollection Add Method

Adds the specified entity.

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

Parameters

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

Return Value

Type: Int32
See Also