public final class TiffOptionsError
extends com.aspose.ms.System.Enum
The tiff options error codes.
Modifier and Type | Field and Description |
---|---|
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 |
PhotometricCompressionMismatch
The compression does not match the photometric settings.
|
static int |
PhotometricSppMismatch
The photometric does not match the samples per pixel count.
|
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.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.