public final class ScaleType
extends com.aspose.ms.System.Enum
Represents possible modes for automatic scale of an image.
Modifier and Type | Field and Description |
---|---|
static int |
GrowToFit
Automatically increase image to fit on canvas.
|
static int |
None
Do not use automatic scaling.
|
static int |
ShrinkToFit
Automatically shrink image to fit on canvas.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int ShrinkToFit
Automatically shrink image to fit on canvas.
public static final int GrowToFit
Automatically increase image to fit on canvas.
public static final int None
Do not use automatic scaling.