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
Syntax
public enum TiffPlanarConfigs
Members
  Member nameValueDescription
Contiguous1 Single image plane.
Separate2 Separate planes of data.
See Also