com.groupdocs.annotation.options

Class PreviewFormats

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.groupdocs.annotation.options.PreviewFormats


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

    Document preview supported formats.

    • 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.EnumMap, 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 BMP
      BMP - slow processing, high disc space usage / traffic, but best quality
      static int JPEG
      Jpeg - faster processing, small disc space using / traffic, but can be worst quality
      static int PNG
      Png (by default), can be take a lot of disc space / traffic if page contains a lot of color graphics
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static int[] numbers() 
      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • BMP

        public static final int BMP

        BMP - slow processing, high disc space usage / traffic, but best quality

        See Also:
        Constant Field Values
      • JPEG

        public static final int JPEG

        Jpeg - faster processing, small disc space using / traffic, but can be worst quality

        See Also:
        Constant Field Values
      • PNG

        public static final int PNG

        Png (by default), can be take a lot of disc space / traffic if page contains a lot of color graphics

        See Also:
        Constant Field Values
    • Method Detail

      • numbers

        public static int[] numbers()