Packages

 

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

Class EmfPlusImageDataType

  • 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.EmfPlusImageDataType


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

    The ImageDataType enumeration defines types of image 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 ImageDataTypeBitmap
      Specifies a bitmap image.
      static int ImageDataTypeMetafile
      Specifies a metafile image.
      static int ImageDataTypeUnknown
      The type of image is not known.
      • 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

      • ImageDataTypeUnknown

        public static final int ImageDataTypeUnknown

        The type of image is not known.

        See Also:
        Constant Field Values
      • ImageDataTypeBitmap

        public static final int ImageDataTypeBitmap

        Specifies a bitmap image.

        See Also:
        Constant Field Values
      • ImageDataTypeMetafile

        public static final int ImageDataTypeMetafile

        Specifies a metafile image.

        See Also:
        Constant Field Values