| 
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
Syntax
 
 
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
 
- 
 Type:
 
System
String
 
 Property name.
- 
value
 
- 
 Type:
 
System
Object
 
 Property value.
- 
type
 
- 
 Type:
 
Spire.Doc.CompoundFile
PropertyType
 
 Property type
 
 See Also
See Also