| 
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
Syntax
 
 
public DocumentProperty Add(
	string name,
	Object value
)
 
Public Function Add ( 
	name As String,
	value As Object
) As DocumentProperty
 
public:
DocumentProperty^ Add(
	String^ name, 
	Object^ value
)
 
member Add : 
name : string * 
value : Object -> DocumentProperty 
 
 
 
Parameters
 
- 
name
 
- 
 Type:
 
System
String
 
 The name.
- 
value
 
- 
 Type:
 
System
Object
 
 The value.
Return Value
 
 Type:
 
DocumentProperty
 
 
 See Also
See Also