In The Hand LtdIn The Hand
PropertyTagType Enumeration
NamespacesInTheHand.Drawing.ImagingPropertyTagType
.NET Components for Mobility
Defines the property data type.
Declaration Syntax
C#Visual Basic
public enum PropertyTagType
Public Enumeration PropertyTagType
Members
MemberDescription
Byte
8-bit unsigned int (Byte).

ASCII
8-bit byte containing one 7-bit ASCII code. NULL terminated.

Short
16-bit unsigned int (UInt16).

Long
32-bit unsigned int (UInt32).

Rational
Two UInt32s. The first UInt32 is the numerator, the second UInt32 expresses the denomintor.

Undefined
8-bit byte that can take any value depending on field definition.

SLONG
32-bit singed integer (Int32), 2's compliment notation.

SRational
Two Int32s. First is numerator, second is denominator.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Remarks
Platforms Supported
Windows Mobile
Windows Mobile Version 5.0 and later
Windows Embedded Compact
Windows CE 5.0 and later

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0