Click or drag to resize

GStateSetFlatness Method

Sets the value of flatness tolerance.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFlatness(
	double flatness
)

Parameters

flatness
Type: SystemDouble
is a number in the range 0 to 100; a value of 0 specifies the output device's default flatness tolerance. The flatness tolerance controls the maximum permitted distance in device pixels between the mathematically correct path and an approximation constructed from straight line segments.
See Also