ScalingReason

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

public final class ScalingReason extends System.Enum

The circumstances under which the icon shall be scaled inside the annotation rectangle.

Fields

FieldDescription
AlwaysAlways scale.
IconIsBiggerBScale only when the icon is bigger than the annotation rectangle.
IconIsSmallerScale only when the icon is smaller than the annotation rectangle.
NeverNever scale.

Always

public static final int Always

Always scale.

IconIsBigger

public static final int IconIsBigger

BScale only when the icon is bigger than the annotation rectangle.

IconIsSmaller

public static final int IconIsSmaller

Scale only when the icon is smaller than the annotation rectangle.

Never

public static final int Never

Never scale.