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
)
Public Sub SetSmoothing (
useSmoothing As Boolean
)
public:
virtual void SetSmoothing(
[InAttribute] bool useSmoothing
) sealed
function SetSmoothing(useSmoothing);
Parameters
- useSmoothing
- Type: SystemBoolean
A bool indicating whether smoothing should be used (true by default).
See Also