PDFView4NET WinForms Edition
UserInteractiveWorkMode Enumeration




O2S.Components.PDFView4NET Namespace : UserInteractiveWorkMode Enumeration
Specifies the available user interactive working modes for the PDFPageView control.
Syntax
'Declaration
 
Public Enum UserInteractiveWorkMode 
   Inherits System.Enum
'Usage
 
Dim instance As UserInteractiveWorkMode
public enum UserInteractiveWorkMode : System.Enum 
__value public enum UserInteractiveWorkMode : public System.Enum 
public enum class UserInteractiveWorkMode : public System.Enum 
Members
MemberDescription
AddBarcodeAnnotationThe user can add a free text annotation when the mouse is clicked and dragged on the page.
AddCheckBoxFieldThe user can add a checkbox field when the mouse is clicked and dragged on the page.
AddDropDownListFieldThe user can add a drop down list field when the mouse is clicked and dragged on the page.
AddEllipseAnnotationThe user can add an ellipse annotation when the mouse is clicked on the page.
AddFileAttachmentAnnotationThe user can add a file attachment annotation when the mouse is clicked on the page.
AddFreeTextAnnotationThe user can add a free text annotation when the mouse is clicked and dragged on the page.
AddHighlightAnnotationThe user can add a highlight annotation when the mouse is clicked and dragged on the page.
AddInkAnnotationThe user can add an ink annotation when the mouse is clicked on the page.
AddLineAnnotationThe user can add a line annotation when the mouse is clicked on the page.
AddLinkAnnotationThe user can add a link annotation when the mouse is clicked and dragged on the page.
AddListBoxFieldThe user can add a listbox field when the mouse is clicked and dragged on the page.
AddMeasureAnnotationThe user draws an annotation that measures the distance between 2 points.
AddPolygonAnnotationThe user can draw a polygon annotation on the page.
AddPolylineAnnotationThe user can click on the page and draw a polyline. Left mouse button double click ends the draw.
AddPolyMeasureAnnotationThe user draws an annotation that measures the distance between n points.
AddPushButtonFieldThe user can add a pushbutton field when the mouse is clicked and dragged on the page.
AddRadioButtonFieldThe user can add a radio button field when the mouse is clicked and dragged on the page.
AddRectangleAnnotationThe user can add a rectangle annotation when the mouse is clicked on the page.
AddSignatureFieldThe user can add a digital signature field when the mouse is clicked and dragged on the page.
AddSquigglyAnnotationThe user can add a squiggle (jagged line) annotation when the mouse is clicked and dragged on the page.
AddStampAnnotationThe user can add a stamp annotation when the mouse is clicked on the page.
AddStrikeOutAnnotationThe user can add a strike out annotation when the mouse is clicked and dragged on the page.
AddTextAnnotationThe user can add a text annotation when the mouse is clicked on the page.
AddTextBoxFieldThe user can add a textbox field when the mouse is clicked and dragged on the page.
AddUnderlineAnnotationThe user can add an underline annotation when the mouse is clicked and dragged on the page.
EditAnnotationsAnnotations on page can be moved or resized.
NoneNo action.
PanAndScanThis is the default mode. The user can click anywhere on the page and move it.
TextSelectThe user can select text on the page with the mouse.
ZoomClickThe user can click on the page and the page is zoomed as long as the mouse is clicked. Left mouse button zooms in, right mouse button zooms out.
ZoomDynamicThe user can dynamically zoom the document by moving the mouse up and down.
ZoomInThe user can zoom in the document.
ZoomMarqueeThe user can select an area on the page that can be zoomed.
ZoomOutThe user can zoom out the document.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDFView4NET.UserInteractiveWorkMode

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

O2S.Components.PDFView4NET Namespace