TiffSampleFormats Enumeration

Sample format enum

Namespace:  Aspose.CAD.FileFormats.Tiff.Enums
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum TiffSampleFormats
Members
  Member nameValueDescription
Uint1 Unsigned integer data
Int2 Signed integer data
IeeeFp3 IEEE floating point data
Void4 Untyped data
ComplexInt5 Complex signed int
ComplexIeeeFp6 Complex ieee floating
See Also