Controls whether curves will be rendered. If set to false, no curves will be rendered. The default is true.

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

Syntax

C#
public bool RenderCurves { get; set; }
Visual Basic
Public Property RenderCurves As Boolean
	Get
	Set

See Also