PdfCanvas.FlatnessTolerance Property

Gets or sets the flatness tolerance.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double FlatnessTolerance { get; set; }
VB
Public Property FlatnessTolerance As Double
	Get
	Set

Property Value

Type: Double
The flatness tolerance.

Remarks

The flatness tolerance controls the maximum permitted distance in device pixels between the mathematically correct path and an approximation constructed from straight line segments.

Default value: 1.0.

See Also