XFINIUM.PDF.View.Win Documentation
ZoomMode Property



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


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