Click or drag to resize

PDFViewCtrlSetSnappingMode Method

Set the snapping mode for the SnapToNearestInDoc method. The default is snap to line endpint, midpoints and intersections

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetSnappingMode(
	uint mode_flags
)

Parameters

mode_flags
Type: SystemUInt32
A bitwise combination of modes from the GeometryCollection.SnappingMode enumeration
See Also