com.aspose.pdf

Interfaces

Classes

Enums

Exceptions

com.aspose.pdf

Class ScalingMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.pdf.ScalingMode


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

    The type of scaling that shall be used.

    • 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 Anamorphic
      Scale the icon to fill the annotation rectangle exactly.
      static int Proportional
      Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon's original aspect ratio.
      • 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, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject
    • Field Detail

      • Proportional

        public static final int Proportional

        Scale the icon to fit the width or height of the annotation rectangle while maintaining the icon's original aspect ratio.

        See Also:
        Constant Field Values
      • Anamorphic

        public static final int Anamorphic

        Scale the icon to fill the annotation rectangle exactly.

        See Also:
        Constant Field Values