Gets the flatness.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetFlatness()
Public Function GetFlatness As Double
public:
virtual double GetFlatness() sealed
Return Value
Type:
Double current value of flatness tolerance
Flatness 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