Enum TiffOptionsError

TiffOptionsError enumeration

The tiff options error codes.

public enum TiffOptionsError

Values

NameValueDescription
NoError0No error code.
NoColorMap1The color map is not defined.
ColorMapLengthInvalid2The color map length is invalid.
CompressionSppMismatch3The compression does not match the samples per pixel count.
PhotometricCompressionMismatch4The compression does not match the photometric settings.
PhotometricSppMismatch5The photometric does not match the samples per pixel count.
NotSupportedAlphaStorage6The alpha storage is not supported.
PhotometricBitsPerSampleMismatch7The photometric bits per sample is invalid
Baseline6OptionsMismatch8The specified TIFF options parameters don’t conform to TIFF Baseline 6.0 standard

See Also