Class PageViewMode
Specifies the reading mode of SfPdfViewer.
Inheritance
System.Object
PageViewMode
Namespace: Syncfusion.SfPdfViewer.XForms
Assembly: Syncfusion.SfPdfViewer.XForms.dll
Syntax
public sealed class PageViewMode : Enum
Fields
Continuous
Represents the continuous reading mode.
Declaration
public const PageViewMode Continuous
Field Value
Type |
---|
PageViewMode |
PageByPage
Represents the page-by-page reading mode.
Declaration
public const PageViewMode PageByPage
Field Value
Type |
---|
PageViewMode |