Class ZoomMode
Specifies ZoomMode.
Inheritance
System.Object
ZoomMode
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public sealed class ZoomMode : Enum
Fields
Default
Displays with detault.
Declaration
public const ZoomMode Default
Field Value
Type |
---|
ZoomMode |
FitPage
Fits the entire page in the viewer.
Declaration
public const ZoomMode FitPage
Field Value
Type |
---|
ZoomMode |
FitWidth
Fits the width of the page in the viewer.
Declaration
public const ZoomMode FitWidth
Field Value
Type |
---|
ZoomMode |