XFINIUM.PDF.View.Win Documentation
UserInteractionMode Property



Xfinium.Pdf.View Namespace > PdfDocumentView Class : UserInteractionMode Property
Gets or sets the user interaction mode.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The end user interaction mode")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property UserInteractionMode As PdfUserInteractionMode
'Usage
 
Dim instance As PdfDocumentView
Dim value As PdfUserInteractionMode
 
instance.UserInteractionMode = value
 
value = instance.UserInteractionMode
[Category("PDF")]
[Description("The end user interaction mode")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public PdfUserInteractionMode UserInteractionMode {get; set;}
[Category("PDF")]
[Description("The end user interaction mode")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property PdfUserInteractionMode UserInteractionMode {
   PdfUserInteractionMode get();
   void set (    PdfUserInteractionMode value);
}

Property Value

A PdfUserInteractionMode num member specifying how the end user interacts with the control.
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

PdfDocumentView Class
PdfDocumentView Members