Click or drag to resize

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
)

Parameters

SM
Type: SystemDouble
the new smoothness tolerance
See Also