GStateSetSmoothnessTolerance Method |
Sets the smoothness tolerance used to control the quality of smooth
shading. Corresponds to the /SM key within the ExtGState's dictionary.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetSmoothnessTolerance(
double SM
)
Public Sub SetSmoothnessTolerance (
SM As Double
)
public:
virtual void SetSmoothnessTolerance(
[InAttribute] double SM
) sealed
function SetSmoothnessTolerance(SM);
Parameters
- SM
- Type: SystemDouble
the new smoothness tolerance
See Also