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

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
SMOOTHING_MODE_ANTI_ALIAS_8X4Specifies good quality using an 8x4 box filter.
SMOOTHING_MODE_ANTI_ALIAS_8X8Specifies better quality using an 8x8 box filter.
SMOOTHING_MODE_DEFAULTSpecifies default curve smoothing with no anti-aliasing.
SMOOTHING_MODE_HIGH_QUALITYSpecifies best quality with anti-aliasing.
SMOOTHING_MODE_HIGH_SPEEDSpecifies best performance with no anti-aliasing.
SMOOTHING_MODE_NONEPerforms no curve smoothing and no anti-aliasing.