Packages

 

com.aspose.imaging.exif.enums

Class ExifCustomRendered

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.exif.enums.ExifCustomRendered


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

    exif custom rendered enums.

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

      Fields 
      Modifier and Type Field and Description
      static int CustomProcess
      Custom render process.
      static int NormalProcess
      Normal render process.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • 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

      • NormalProcess

        public static final int NormalProcess

        Normal render process.

        See Also:
        Constant Field Values
      • CustomProcess

        public static final int CustomProcess

        Custom render process.

        See Also:
        Constant Field Values