Click or drag to resize

InkSetSmoothing Method

Sets whether smoothing should be used then refreshing the inks appearance

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSmoothing(
	bool useSmoothing
)

Parameters

useSmoothing
Type: SystemBoolean
A bool indicating whether smoothing should be used (true by default).
See Also