| 
SummaryDocumentProperties
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 void Add(
	int key,
	DocumentProperty props
)
 
Public Sub Add ( 
	key As Integer,
	props As DocumentProperty
)
 
public:
void Add(
	int key, 
	DocumentProperty^ props
)
 
member Add : 
key : int * 
props : DocumentProperty -> unit 
 
 
 
Parameters
 
- 
key
 
- 
 Type:
 
System
Int32
 
 
- 
props
 
- 
 Type:
 
Spire.Doc
DocumentProperty
 
 
 
 See Also
See Also