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



O2S.Components.PDF4NET.View Namespace > PDFDocumentView Class : ZoomMode Property
Gets or sets the current zoom mode.
Syntax
'Declaration
 
<CategoryAttribute("PDF")>
<DescriptionAttribute("The viewer zoom mode")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property ZoomMode As PDFZoomMode
'Usage
 
Dim instance As PDFDocumentView
Dim value As PDFZoomMode
 
instance.ZoomMode = value
 
value = instance.ZoomMode
[Category("PDF")]
[Description("The viewer zoom mode")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public PDFZoomMode ZoomMode {get; set;}
[Category("PDF")]
[Description("The viewer zoom mode")]
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
public:
property PDFZoomMode ZoomMode {
   PDFZoomMode get();
   void set (    PDFZoomMode value);
}

Property Value

A PDFZoomMode enumeration member specifying how the Zoom value is handled.
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
PDFZoomMode Enumeration
Zoom Property