TiffSampleFormats
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class TiffSampleFormats extends System.Enum
Exempelformatenum
Fält
| Fält | Beskrivning |
|---|---|
| Uint | Osignerade heltalsdata |
| Int | Signerade heltalsdata |
| IeeeFp | IEEE-flyttalsdata |
| Void | Otypad data |
| ComplexInt | Komplex signerat heltal |
| ComplexIeeeFp | Komplex IEEE-flyttal |
Uint
public static final int Uint
Osignerade heltalsdata
Int
public static final int Int
Signerade heltalsdata
IeeeFp
public static final int IeeeFp
IEEE-flyttalsdata
Void
public static final int Void
Otypad data
ComplexInt
public static final int ComplexInt
Komplex signerat heltal
ComplexIeeeFp
public static final int ComplexIeeeFp
Komplex IEEE-flyttal