Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.23 KB

layout-mode.md

File metadata and controls

31 lines (20 loc) · 1.23 KB
title page_title description position slug
Layout Modes
.NET MAUI PDF Viewer Documentation - Layout Modes
Review the different layout modes of the PDF viewer for .NET MAUI.
4
pdfviewer-layout-modes

Layout Modes

The Telerik UI for .NET MAUI PDF Viewer supports two layout modes that you can set through its LayoutMode property.

The available options are:

  • ContinuousScroll (default)—Displays pages in a continuous vertical column.
  • SinglePage—Displays one page at a time.

The current LayoutMode can be changed through the ToggleLayoutModeCommand and the ToggleLayoutModeToolbarItem [RadPdfViewer commands]({%slug pdfviewer-commands%}).

Here is how the .NET MAUI PDF Viewer looks when the LayoutMode is set to ContinuousScroll:

.NET MAUI PDF Viewer ContinuousScroll

The next image shows the PDF Viewer when the LayoutMode property is set to SinglePage:

.NET MAUI PDF Viewer SinglePage

See Also

  • [All Commands PDF Viewer provides]({%slug pdfviewer-commands%})
  • [PdfViewer Toolbar]({%slug pdfviewer-toolbar%})