Table of Contents

Enum XSmoothingMode

Namespace
PdfSharp.Drawing
Assembly
PdfSharp.dll

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

[Flags]
public enum XSmoothingMode

Fields

AntiAlias = 4

Specifies anti-aliased rendering.

Default = 0

Specifies the default mode.

HighQuality = 2

Specifies high-quality, low-speed rendering.

HighSpeed = 1

Specifies high-speed, low-quality rendering.

Invalid = -1

Specifies an invalid mode.

None = HighSpeed | HighQuality

Specifies no anti-aliasing.