Click or drag to resize

CustomDocumentProperties Add Method

Adds the specified name.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DocumentProperty Add(
	string name,
	Object value
)

Parameters

name
Type: System String
The name.
value
Type: System Object
The value.

Return Value

Type: DocumentProperty
See Also