Enum TiffSampleFormats
TiffSampleFormats enumeration
Sample format enum
public enum TiffSampleFormats
Values
Name | Value | Description |
---|---|---|
Uint | 1 | Unsigned integer data |
Int | 2 | Signed integer data |
IeeeFp | 3 | IEEE floating point data |
Void | 4 | Untyped data |
ComplexInt | 5 | Complex signed int |
ComplexIeeeFp | 6 | Complex ieee floating |
See Also
- namespace Aspose.PSD.FileFormats.Tiff.Enums
- assembly Aspose.PSD