Specifies PropertyValueType.
Namespace: Spire.DocAssembly: 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
| Member | Value | Description |
|---|---|---|
| Boolean | 0 |
Specifies Value type as boolean.
|
| Date | 1 |
Specifies Value type as date.
|
| Float | 2 |
Specifies Value type as float.
|
| Double | 3 |
Specifies Value type as double.
|
| Int | 4 |
Specifies Value type as integer.
|
| Int32 | 5 | |
| String | 6 |
Specifies Value type as String.
|
| ByteArray | 7 |
Specifies Value type as byte array.
|
| StringArray | 8 | |
| ObjectArray | 9 | |
| ClipData | 10 |
Specifies Value type as ClipData.
|
| AsciiString | 11 | |
| Other | 12 |
The property is some other type.
|