Enum TiffPlanarConfigs

TiffPlanarConfigs enumeration

Storage organization. Possible values for PLANARCONFIG tag.

public enum TiffPlanarConfigs : ushort

Values

NameValueDescription
Contiguous1Single image plane.
Separate2Separate planes of data.

See Also