Click or drag to resize

DocumentProperty Constructor (String, Object, PropertyType)

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,
	PropertyType type
)

Parameters

strName
Type: System String
Property name.
value
Type: System Object
Property value.
type
Type: Spire.Doc.CompoundFile PropertyType
Property type
See Also