Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 2.72 KB

overview.md

File metadata and controls

35 lines (26 loc) · 2.72 KB
title page_title description position slug
Overview
.NET MAUI PDF Viewer Documentation - Overview
Try the Telerik UI for .NET MAUI. PDF Viewer control for loading PDF documents and performing operations like scrolling, zooming, panning, and navigating through the document.
0
pdfviewer-overview

.NET MAUI PDF Viewer Overview

The Telerik UI for .NET MAUI. PDF Viewer enables you to easily load and display PDF documents in your desktop and mobile applications. The control comes with a handy toolbar including various built-in tool that allow the user to interact with the UI component.

.NET MAUI PDF Viewer Overview

Key Features of the .NET MAUI PDF Viewer

  • Visualization PDF documents—The component displays PDF documents that include images, geometric shapes, different colors (solid, linear, and radial gradients), ordered and unordered lists, and many more.
  • [Support for various document sources]({%slug pdfviewer-display-documents%})—You can load a PDF document from a stream, from a file added as embedded resource, or a file located on the device, and so on.
  • [Zooming]({%slug pdfviewer-configuration%})—The PDF Viewer provides an option for zooming in and zooming out the content of the document.
  • [Single Page and Continuous Scrolling modes]({%slug pdfviewer-layout-modes%})—You can choose between two layout modes which allow document scrolling in the PDF Viewer.
  • [Text Searching]({%slug pdfviewer-search-overview%})—Allow users to find and highlight text inside the PDF document by using the predefined PDF Toolbar items for searching or create a custom UI by the exposed commands. You can also configure the searching by using the exposed API.
  • [Commands support]({%slug pdfviewer-commands%})—The PDF Viewer allows you to extend the default commands, such as, ZoomIn, ZoomOut, NavigateTo, FitToWidth, and ToggleLayoutMode.
  • [Toolbar]({%slug pdfviewer-toolbar%}) with predefined items—Take advantage of a pre-defined UI automatically wired with some of the commands provided by the control through built-in functionality.
  • [Toolbar styling]({%slug pdfviewer-toolbar-styling%})—The available styling options allow you to effortlessly change the appearance of the toolbar.

Next Steps

  • [Getting Started with Telerik UI for .NET MAUI PDF Viewer]({%slug pdfviewer-getting-started%})

See Also