Specifies PropertyValueType.

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 enum PropertyValueType
Public Enumeration PropertyValueType
public enum class PropertyValueType
type PropertyValueType

Members

MemberValueDescription
Boolean0
Specifies Value type as boolean.
Date1
Specifies Value type as date.
Float2
Specifies Value type as float.
Double3
Specifies Value type as double.
Int4
Specifies Value type as integer.
Int325
String6
Specifies Value type as String.
ByteArray7
Specifies Value type as byte array.
StringArray8
ObjectArray9
ClipData10
Specifies Value type as ClipData.
AsciiString11
Other12
The property is some other type.

See Also