SmoothingMode Enumeration
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas.
Module: aspose.imaging
Full Name: aspose.imaging.SmoothingMode
Members
Member name | Description |
---|---|
ANTI_ALIAS | Specifies antialiased rendering. |
DEFAULT | Specifies no antialiasing. |
HIGH_QUALITY | Specifies antialiased rendering. |
HIGH_SPEED | Specifies no antialiasing. |
INVALID | Specifies an invalid mode. |
NONE | Specifies no antialiasing. |