TiffPlanarConfigs Enumeration |
Storage organization.
Possible values for PLANARCONFIG tag.
Namespace: Aspose.Imaging.FileFormats.Tiff.EnumsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
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