ScalingMode

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class ScalingMode extends System.Enum

The type of scaling that shall be used.

Fields

FieldDescription
ProportionalScale the icon to fit the width or height of the annotation rectangle while maintaining the icon’s original aspect ratio.
AnamorphicScale the icon to fill the annotation rectangle exactly.

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.

Anamorphic

public static final int Anamorphic

Scale the icon to fill the annotation rectangle exactly.