O2S.Components.PDF4NET.View.Win Documentation
UserInteractionMode Property



O2S.Components.PDF4NET.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, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


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
PDFUserInteractionMode Enumeration