Class PdfViewerPageView
Enumerates values that specify the page view mode of SfPdfViewerControl.
Inheritance
System.Object
PdfViewerPageView
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.SfPdfViewer.UWP.dll
Syntax
public sealed class PdfViewerPageView : Enum
Fields
ContinuousPageView
Page navigation occurs continuously in vertical direction.
Declaration
public const PdfViewerPageView ContinuousPageView
Field Value
Type | Description |
---|---|
PdfViewerPageView |
SinglePageView
Single page is displayed at a time and page navigation occurs horizontally.
Declaration
public const PdfViewerPageView SinglePageView
Field Value
Type | Description |
---|---|
PdfViewerPageView |
ThumbnailView
Pages are displayed as a list of thumbnails.
Declaration
public const PdfViewerPageView ThumbnailView
Field Value
Type | Description |
---|---|
PdfViewerPageView |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |