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

Parameters

strName
String
Property name.
value
Object
Property value.
type
PropertyType
Property type

See Also