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
)
Public Sub SetFlatness (
flatness As Double
)
public:
virtual void SetFlatness(
[InAttribute] double flatness
) sealed
function SetFlatness(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