Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled areas. Default is AntiAlias.

Namespace: TallComponents.PDF.Rasterizer.Configuration
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public SmoothingMode SmoothingMode { get; set; }
Visual Basic
Public Property SmoothingMode As SmoothingMode
	Get
	Set

See Also