Enum PropertyType
Enumeration with all supported property types.
Namespace: Syncfusion.CompoundFile.DocIO
Assembly: Syncfusion.DocIO.Base.dll
Syntax
[Flags]
public enum PropertyType
Fields
Name | Description |
---|---|
AsciiString | Indicates a string terminated by a null. |
AsciiStringArray | Indicates an array of strings. |
Blob | Indicates length prefixed bytes. |
Bool | Indicates a Boolean value. |
ClipboardData | Indicates clipboard data. |
DateTime | Indicates a FILETIME value. |
Double | Indicates a double value. |
Empty | Indicates an empty value. |
Int | Indicates an integer value. |
Int16 | Indicates a 2-bytes signed interger value. |
Int32 | Indicates a 4-bytes signed integer value. |
Null | Indicates null value. |
Object | Indicates an object. |
ObjectArray | Indicates an array of objects. Supported types are string and integer values. |
String | Indicates a wide string terminated by a null. |
StringArray | Indicates an array of strings. |
UInt32 | Indicates a 4-bytes unsigned interger value. |
Vector | Indicates a simple, counted array. |