Table of Contents

Enum TiffOptionsError

Namespace
Aspose.CAD.ImageOptions
Assembly
Aspose.CAD.dll

The tiff options error codes.

public enum TiffOptionsError

Fields

Baseline6OptionsMismatch = 8

The specified TIFF options parameters don't conform to TIFF Baseline 6.0 standard

ColorMapLengthInvalid = 2

The color map length is invalid.

CompressionSppMismatch = 3

The compression does not match the samples per pixel count.

NoColorMap = 1

The color map is not defined.

NoError = 0

No error code.

NotSupportedAlphaStorage = 6

The alpha storage is not supported.

PhotometricBitsPerSampleMismatch = 7

The photometric bits per sample is invalid

PhotometricCompressionMismatch = 4

The compression does not match the photometric settings.

PhotometricSppMismatch = 5

The photometric does not match the samples per pixel count.