Enum EmfPlusSmoothingMode
Enum EmfPlusSmoothingMode
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
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.
public enum EmfPlusSmoothingMode : byte
Fields
SmoothingModeAntiAlias8x4 = 4
Specifies good quality using an 8x4 box filter.
SmoothingModeAntiAlias8x8 = 5
Specifies better quality using an 8x8 box filter.
SmoothingModeDefault = 0
Specifies default curve smoothing with no anti-aliasing.
SmoothingModeHighQuality = 2
Specifies best quality with anti-aliasing.
SmoothingModeHighSpeed = 1
Specifies best performance with no anti-aliasing.
SmoothingModeNone = 3
Performs no curve smoothing and no anti-aliasing.