public final class EmfPlusSmoothingMode
extends com.aspose.ms.System.Enum
The SmoothingMode enumeration defines smoothing modes to apply to lines, curves, and the edges of filled areas to make them appear more continuous or sharply defined.
Modifier and Type | Field and Description |
---|---|
static byte |
SmoothingModeAntiAlias8x4
Specifies good quality using an 8x4 box filter.
|
static byte |
SmoothingModeAntiAlias8x8
Specifies better quality using an 8x8 box filter.
|
static byte |
SmoothingModeDefault
Specifies default curve smoothing with no anti-aliasing.
|
static byte |
SmoothingModeHighQuality
Specifies best quality with anti-aliasing.
|
static byte |
SmoothingModeHighSpeed
Specifies best performance with no anti-aliasing.
|
static byte |
SmoothingModeNone
Performs no curve smoothing and no anti-aliasing.
|
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, register, toObject, toString
public static final byte SmoothingModeDefault
Specifies default curve smoothing with no anti-aliasing.
public static final byte SmoothingModeHighSpeed
Specifies best performance with no anti-aliasing.
public static final byte SmoothingModeHighQuality
Specifies best quality with anti-aliasing.
public static final byte SmoothingModeNone
Performs no curve smoothing and no anti-aliasing.
public static final byte SmoothingModeAntiAlias8x4
Specifies good quality using an 8x4 box filter.
public static final byte SmoothingModeAntiAlias8x8
Specifies better quality using an 8x8 box filter.