GStateGetSmoothnessTolerance Method |
Gets the smoothness tolerance.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetSmoothnessTolerance()
Public Function GetSmoothnessTolerance As Double
public:
virtual double GetSmoothnessTolerance() sealed
function GetSmoothnessTolerance();
Return Value
Type:
Double the smoothness tolerance used to control the quality of smooth
shading. Corresponds to the /SM key within the ExtGState's dictionary.
The allowable error (or tolerance) is expressed as a fraction of the range
of the color component, from 0.0 to 1.0.
See Also