DocumentProperty Constructor (String, Object)
|
Initializes new instance of the class.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
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
-
Type:
System
String
Property name.
-
value
-
Type:
System
Object
Property value.
See Also