EmfPlusSmoothingMode
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusSmoothingMode extends 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.
Fields
Field | Description |
---|---|
SmoothingModeDefault | Specifies default curve smoothing with no anti-aliasing. |
SmoothingModeHighSpeed | Specifies best performance with no anti-aliasing. |
SmoothingModeHighQuality | Specifies best quality with anti-aliasing. |
SmoothingModeNone | Performs no curve smoothing and no anti-aliasing. |
SmoothingModeAntiAlias8x4 | Specifies good quality using an 8x4 box filter. |
SmoothingModeAntiAlias8x8 | Specifies better quality using an 8x8 box filter. |
SmoothingModeDefault
public static final byte SmoothingModeDefault
Specifies default curve smoothing with no anti-aliasing.
SmoothingModeHighSpeed
public static final byte SmoothingModeHighSpeed
Specifies best performance with no anti-aliasing.
SmoothingModeHighQuality
public static final byte SmoothingModeHighQuality
Specifies best quality with anti-aliasing.
SmoothingModeNone
public static final byte SmoothingModeNone
Performs no curve smoothing and no anti-aliasing.
SmoothingModeAntiAlias8x4
public static final byte SmoothingModeAntiAlias8x4
Specifies good quality using an 8x4 box filter.
SmoothingModeAntiAlias8x8
public static final byte SmoothingModeAntiAlias8x8
Specifies better quality using an 8x8 box filter.