Packages

 

com.aspose.imaging.fileformats.emf

Class EmfRenderMode

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


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

    The emf render mode

    • 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 Auto
      The automatic mode
      static int Dual
      The dual mode, rendering emf records and emf plus records
      static int EmfOnly
      The EMF only mode, rendering only emf records
      static int EmfPlusOnly
      The EMF plus only mode, rendering only emf plus records
      • 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

      • EmfOnly

        public static final int EmfOnly

        The EMF only mode, rendering only emf records

        See Also:
        Constant Field Values
      • EmfPlusOnly

        public static final int EmfPlusOnly

        The EMF plus only mode, rendering only emf plus records

        See Also:
        Constant Field Values
      • Dual

        public static final int Dual

        The dual mode, rendering emf records and emf plus records

        See Also:
        Constant Field Values