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

FieldDescription
SmoothingModeDefaultSpecifies default curve smoothing with no anti-aliasing.
SmoothingModeHighSpeedSpecifies best performance with no anti-aliasing.
SmoothingModeHighQualitySpecifies best quality with anti-aliasing.
SmoothingModeNonePerforms no curve smoothing and no anti-aliasing.
SmoothingModeAntiAlias8x4Specifies good quality using an 8x4 box filter.
SmoothingModeAntiAlias8x8Specifies 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.