EmfPlusSmoothingMode Enumeration
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.
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusSmoothingMode
Members
Member name | Description |
---|---|
SMOOTHING_MODE_ANTI_ALIAS_8X4 | Specifies good quality using an 8x4 box filter. |
SMOOTHING_MODE_ANTI_ALIAS_8X8 | Specifies better quality using an 8x8 box filter. |
SMOOTHING_MODE_DEFAULT | Specifies default curve smoothing with no anti-aliasing. |
SMOOTHING_MODE_HIGH_QUALITY | Specifies best quality with anti-aliasing. |
SMOOTHING_MODE_HIGH_SPEED | Specifies best performance with no anti-aliasing. |
SMOOTHING_MODE_NONE | Performs no curve smoothing and no anti-aliasing. |