Adds the specified name.

Namespace: Spire.Doc
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Int32
props
DocumentProperty

See Also