Packages

 

com.aspose.imaging.imageoptions

Class TiffOptionsError

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.imageoptions.TiffOptionsError


  • public final class TiffOptionsError
    extends com.aspose.ms.System.Enum

    The tiff options error codes.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        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
    • Field Detail

      • NoColorMap

        public static final int NoColorMap

        The color map is not defined.

        See Also:
        Constant Field Values
      • ColorMapLengthInvalid

        public static final int ColorMapLengthInvalid

        The color map length is invalid.

        See Also:
        Constant Field Values
      • CompressionSppMismatch

        public static final int CompressionSppMismatch

        The compression does not match the samples per pixel count.

        See Also:
        Constant Field Values
      • PhotometricCompressionMismatch

        public static final int PhotometricCompressionMismatch

        The compression does not match the photometric settings.

        See Also:
        Constant Field Values
      • PhotometricSppMismatch

        public static final int PhotometricSppMismatch

        The photometric does not match the samples per pixel count.

        See Also:
        Constant Field Values
      • NotSupportedAlphaStorage

        public static final int NotSupportedAlphaStorage

        The alpha storage is not supported.

        See Also:
        Constant Field Values
      • PhotometricBitsPerSampleMismatch

        public static final int PhotometricBitsPerSampleMismatch

        The photometric bits per sample is invalid

        See Also:
        Constant Field Values
      • Baseline6OptionsMismatch

        public static final int Baseline6OptionsMismatch

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

        See Also:
        Constant Field Values