ImageProperties 1.0 control documentation

Specifies the type of the property.

[Visual Basic]
Public Enum PropertyType
    Inherits 
[C#]
public enum PropertyType

Members

Member Name Description
ByteArraySpecifies that the value data member is an array of bytes (An 8-bit unsigned integer).
ASCIIArraySpecifies 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.
Int16ArraySpecifies that the value data member is an array of unsigned short integers (A 16-bit (2-byte) unsigned integer) .
UInt32ArraySpecifies that the value data member is an array of unsigned Int32 integers (A 32-bit (4-byte) unsigned integer).
RationalArraySpecifies 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.
ByteAnyDataArraySpecifies 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.
Int32ArraySpecifies that the value data member is an array of signed Int32 integers (A 32-bit (4-byte) signed integer).
SRationalArraySpecifies 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.

Requirements

Namespace: ElementIT.ImageProperties

Assembly: Element-IT.ImageProperties (in Element-IT.ImageProperties.dll)

See Also

ElementIT.ImageProperties Namespace