Initializes new instance of the class.

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 DocumentProperty(
	string strName,
	Object value
)
Public Sub New ( 
	strName As String,
	value As Object
)
public:
DocumentProperty(
	String^ strName, 
	Object^ value
)
new : 
        strName : string * 
        value : Object -> DocumentProperty

Parameters

strName
String
Property name.
value
Object
Property value.

See Also