O2S.Components.PDF4NET.View.Win Documentation
PDFUserInteractionMode Enumeration



O2S.Components.PDF4NET.View Namespace : PDFUserInteractionMode Enumeration
Defines how an end-usr can interact with the PDFDocumentView control.
Syntax
'Declaration
 
Public Enum PDFUserInteractionMode 
   Inherits System.Enum
'Usage
 
Dim instance As PDFUserInteractionMode
public enum PDFUserInteractionMode : System.Enum 
public enum class PDFUserInteractionMode : public System.Enum 
Members
MemberDescription
AddCheckBoxField The user can add a checkbox field on a PDF page
AddCircleAnnotation The user can add a circle annotation on a PDF page
AddCloudPolygonAnnotation The user can add a cloud polygon annotation on a PDF page
AddCloudSquareAnnotation The user can add a cloud square annotation on a PDF page
AddComboBoxField The user can add a combobox field on a PDF page
AddFileAttachmentAnnotation The user can add a file attachment annotation on a PDF page
AddFreeTextAnnotation The user can add a free text polygon annotation on a PDF page
AddInkAnnotation The user can add an ink annotation on a PDF page
AddLineAnnotation The user can add a line annotation on a PDF page
AddLinkAnnotation The user can add a link annotation on a PDF page
AddListBoxField The user can add a listbox field on a PDF page
AddPolygonAnnotation The user can add a polygon annotation on a PDF page
AddPolylineAnnotation The user can add a polyline annotation on a PDF page
AddPushButtonField The user can add a pushbutton field on a PDF page
AddRadioButtonField The user can add a radiobutton field on a PDF page
AddRubberStampAnnotation The user can add a rubber stamp annotation on a PDF page
AddSignatureField The user can add a signature field on a PDF page
AddSquareAnnotation The user can add a square annotation on a PDF page
AddTextAnnotation The user can add a text annotation on a PDF page
AddTextBoxField The user can add a textbox field on a PDF page
EditAnnotations The user can edit annotations (move/resize) on a PDF page
EditFormFields The user can edit field widgets (move/resize) on a PDF page
FlatUnderlineText The user can underline text with a straight line
HighlightText The user can highlight text on a page
None No interaction.
PanAndScan The user can click on a PDF page and move it to scroll the content.
SelectContent The user can select text on a PDF page or draw a selection rectangle
SquigglyUnderlineText The user can underline text with a squiggly line
StrikeoutText The user can strikeout text.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         O2S.Components.PDF4NET.View.PDFUserInteractionMode

Requirements

Supported .NET Platforms: .NET Framework 4.0 and higher, .NET 5.0 and higher, Windows Forms


Target Platforms:Windows 11, Windows 10, Windows 8.1, Windows 8, Windows 7

See Also