Click or drag to resize

MouseModes Enumeration

Specifies how the PdfViewer will process mouse events

Namespace:  Patagames.Pdf.Net.Controls.WinForms
Assembly:  Patagames.Pdf.WinForms (in Patagames.Pdf.WinForms.dll) Version: 4.84.2704
Syntax
public enum MouseModes
Members
  Member nameValueDescription
Default0 By default. Select text, process links
None1 Any action is missing
SelectTextTool2 Select text only
PanTool3 Move the page
See Also