public final class TiffDataTypes
extends com.aspose.ms.System.Enum
The tiff data type enum.
Modifier and Type | Field and Description |
---|---|
static int |
Ascii
8-bit bytes with last byte
null . |
static int |
Byte
8-bit unsigned integer.
|
static int |
Double
64-bit IEEE floating point.
|
static int |
Float
32-bit IEEE floating point.
|
static int |
Ifd
Pointer to Exif image file directory (IFD).
|
static int |
Long
32-bit unsigned integer.
|
static int |
Rational
64-bit unsigned fraction.
|
static int |
Sbyte
8-bit signed integer.
|
static int |
Short
16-bit unsigned integer.
|
static int |
Slong
32-bit signed integer.
|
static int |
Srational
64-bit signed fraction.
|
static int |
Sshort
16-bit signed integer.
|
static int |
Undefined
8-bit untyped data.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Byte
8-bit unsigned integer.
public static final int Ascii
8-bit bytes with last byte null
.
public static final int Short
16-bit unsigned integer.
public static final int Long
32-bit unsigned integer.
public static final int Rational
64-bit unsigned fraction.
public static final int Sbyte
8-bit signed integer.
public static final int Undefined
8-bit untyped data.
public static final int Sshort
16-bit signed integer.
public static final int Slong
32-bit signed integer.
public static final int Srational
64-bit signed fraction.
public static final int Float
32-bit IEEE floating point.
public static final int Double
64-bit IEEE floating point.
public static final int Ifd
Pointer to Exif image file directory (IFD).