[]
DocumentPropertyType defines the type of the custom document property.
public enum DocumentPropertyType : byte
Public Enum DocumentPropertyType As Byte
| Name | Description |
|---|---|
| Boolean | The value of document property is boolean value; |
| Date | The value of document property is date value. |
| Float | The value of document property is floating point value. |
| Number | The value of document property is integer value. |
| String | The value of document property is string value. |