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
)
Public Sub SetSnappingMode (
mode_flags As UInteger
)
public:
virtual void SetSnappingMode(
[InAttribute] unsigned int mode_flags
) sealed
function SetSnappingMode(mode_flags);
Parameters
- mode_flags
- Type: SystemUInt32
A bitwise combination of modes from the GeometryCollection.SnappingMode enumeration
See Also