Specifies whether smoothing (or antialiasing) is applied to lines and curves
and the edges of filled areas.
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
Members
Member 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 antialiasing. | |
AntiAlias | 4 | Specifies antialiased rendering. |
See Also