Class PageViewMode
Enumerates values that specify the view mode of the SfPdfViewerControl.
Inheritance
System.Object
PageViewMode
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public sealed class PageViewMode : Enum
Fields
FitWidth
The page is fit to the width of the view port.
Declaration
public const PageViewMode FitWidth
Field Value
Type | Description |
---|---|
PageViewMode |
Normal
The page is displayated at its original size.
Declaration
public const PageViewMode Normal
Field Value
Type | Description |
---|---|
PageViewMode |
OnePage
Only one page is visible in the view port.
Declaration
public const PageViewMode OnePage
Field Value
Type | Description |
---|---|
PageViewMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |