Packages

 

com.aspose.imaging.fileformats.emf.emfplus.consts

Class EmfPlusBitmapDataType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusBitmapDataType


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

    The BitmapDataType enumeration defines types of bitmap data 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.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int BitmapDataTypeCompressed
      Specifies an image with compressed data.
      static int BitmapDataTypePixel
      Specifies a bitmap image with pixel data.
      • 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

      • BitmapDataTypePixel

        public static final int BitmapDataTypePixel

        Specifies a bitmap image with pixel data.

        See Also:
        Constant Field Values
      • BitmapDataTypeCompressed

        public static final int BitmapDataTypeCompressed

        Specifies an image with compressed data.

        See Also:
        Constant Field Values