Specifies the type of the property.
| Member Name | Description |
|---|---|
| ByteArray | Specifies that the value data member is an array of bytes (An 8-bit unsigned integer). |
| ASCIIArray | Specifies that the value data member is a null-terminated ASCII string. If you set the type data member of a PropertyItem object to PropertyTypeASCII, you should set the length data member to the length of the string including the NULL terminator. For example, the string HELLO would have a length of 6. |
| Int16Array | Specifies that the value data member is an array of unsigned short integers (A 16-bit (2-byte) unsigned integer) . |
| UInt32Array | Specifies that the value data member is an array of unsigned Int32 integers (A 32-bit (4-byte) unsigned integer). |
| RationalArray | Specifies that the value data member is an array of pairs of unsigned Int32 integers. Each pair represents a fraction; the first integer is the numerator and the second integer is the denominator. |
| ByteAnyDataArray | Specifies that the value data member is an array of bytes that can hold values of any data type. An 8-bit byte that can take any value depending on the field definition. |
| Int32Array | Specifies that the value data member is an array of signed Int32 integers (A 32-bit (4-byte) signed integer). |
| SRationalArray | Specifies that the value data member is an array of pairs of signed Int32 integers. Each pair represents a fraction; the first integer is the numerator and the second integer is the denominator. |
Namespace: ElementIT.ImageProperties
Assembly: Element-IT.ImageProperties (in Element-IT.ImageProperties.dll)
ElementIT.ImageProperties Namespace