TiffPlanarConfigs Enumeration |
Storage organization.
Possible values for PLANARCONFIG tag.
Namespace:
Aspose.CAD.FileFormats.Tiff.Enums
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum TiffPlanarConfigs
Public Enumeration TiffPlanarConfigs
public enum class TiffPlanarConfigs
Members
| Member name | Value | Description |
---|
| Contiguous | 1 |
Single image plane.
|
| Separate | 2 |
Separate planes of data.
|
See Also