ScalingReason
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.ScalingReason, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.ScalingReason, com.aspose.ms.System.Enum, com.aspose.pdf.ScalingReason
public final class ScalingReason extends com.aspose.ms.System.Enum
The circumstances under which the icon shall be scaled inside the annotation rectangle.
Fields
| Field | Description |
|---|---|
| Always | Always scale. |
| IconIsBigger | BScale only when the icon is bigger than the annotation rectangle. |
| IconIsSmaller | Scale only when the icon is smaller than the annotation rectangle. |
| Never | Never 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.