public final class ScalingReason
extends com.aspose.ms.System.Enum
The circumstances under which the icon shall be scaled inside the annotation rectangle.
Modifier and Type | Field and Description |
---|---|
static int |
Always
Always scale.
|
static int |
IconIsBigger
BScale only when the icon is bigger than the annotation rectangle.
|
static int |
IconIsSmaller
Scale only when the icon is smaller than the annotation rectangle.
|
static int |
Never
Never scale.
|
public static final int Always
Always scale.
public static final int IconIsBigger
BScale only when the icon is bigger than the annotation rectangle.
public static final int IconIsSmaller
Scale only when the icon is smaller than the annotation rectangle.
public static final int Never
Never scale.