Click or drag to resize

OdsoRecipientDataCollection Add Method

Adds an object to the end of this collection.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public int Add(
	OdsoRecipientData value
)

Parameters

value
Type: Spire.Doc OdsoRecipientData
The object to add. Cannot be null.

Return Value

Type: Int32
See Also