public final class TiffOptionsError
extends com.aspose.ms.System.Enum
The tiff options error codes.
Modifier and Type | Field and Description |
---|---|
static int |
Baseline6OptionsMismatch
The specified TIFF options parameters don't conform to TIFF Baseline 6.0 standard
|
static int |
ColorMapLengthInvalid
The color map length is invalid.
|
static int |
CompressionSppMismatch
The compression does not match the samples per pixel count.
|
static int |
NoColorMap
The color map is not defined.
|
static int |
NoError
No error code.
|
static int |
NotSupportedAlphaStorage
The alpha storage is not supported.
|
static int |
PhotometricBitsPerSampleMismatch
The photometric bits per sample is invalid
|
static int |
PhotometricCompressionMismatch
The compression does not match the photometric settings.
|
static int |
PhotometricSppMismatch
The photometric does not match the samples per pixel count.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NoError
No error code.
public static final int NoColorMap
The color map is not defined.
public static final int ColorMapLengthInvalid
The color map length is invalid.
public static final int CompressionSppMismatch
The compression does not match the samples per pixel count.
public static final int PhotometricCompressionMismatch
The compression does not match the photometric settings.
public static final int PhotometricSppMismatch
The photometric does not match the samples per pixel count.
public static final int NotSupportedAlphaStorage
The alpha storage is not supported.
public static final int PhotometricBitsPerSampleMismatch
The photometric bits per sample is invalid
public static final int Baseline6OptionsMismatch
The specified TIFF options parameters don't conform to TIFF Baseline 6.0 standard