XFINIUM.PDF.View.Win Documentation
PdfUserInteractionMode Enumeration



Xfinium.Pdf.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
         Xfinium.Pdf.View.PdfUserInteractionMode

Requirements

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


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Xfinium.Pdf.View Namespace