Class PageLayoutMode
Represents the layout modes in which the pages will be displayed.
Inheritance
System.Object
PageLayoutMode
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public sealed class PageLayoutMode : Enum
Fields
Continuous
Represents the continuous layout reading mode.
Declaration
public const PageLayoutMode Continuous
Field Value
Type |
---|
PageLayoutMode |
Single
Represents the Single page layout reading mode.
Declaration
public const PageLayoutMode Single
Field Value
Type |
---|
PageLayoutMode |