PDFsharp-net6

XSmoothingMode

Namespace: PdfSharp.Drawing

Specifies whether smoothing (or anti-aliasing) is applied to lines and curves and the edges of filled areas.

public enum XSmoothingMode

Inheritance ObjectValueTypeEnumXSmoothingMode
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
Invalid -1 Specifies an invalid mode.
Default 0 Specifies the default mode.
HighSpeed 1 Specifies high-speed, low-quality rendering.
HighQuality 2 Specifies high-quality, low-speed rendering.
None 3 Specifies no anti-aliasing.
AntiAlias 4 Specifies anti-aliased rendering.