Skip to main content

DevExpress PDF Viewer for .NET MAUI

  • 2 minutes to read

Note

The DevExpress .NET MAUI PDF Viewer control requires a license to our Universal Subscription. Without a valid license, you cannot use this control within your .NET MAUI application.

The DevExpress PdfViewer component for .NET MAUI allows you to display PDF documents in your applications.

DevExpress PDF Viewer for .NET MAUI

Review our demo app on GitHub to try out the PdfViewer control:

View Example

PDF Viewer Elements (Anatomy)

The following figure shows basic elements of a PDF viewer:

DevExpress PDF viewer for .NET MAUI - Elements

Use ShowToolbar and ShowEditToolbar properties to show or hide PDF viewer toolbars.

Add a PDF Viewer to the Page

Download and install the DevExpress.Maui.Pdf package from the DevExpress NuGet Gallery to obtain the PdfViewer component. For more information on how to build your first .NET MAUI app, refer to the following help topic: Get Started.

The following example adds a PDF viewer to a page:

<ContentPage ...
             xmlns:dx="http://schemas.devexpress.com/maui">
        <dx:PdfViewer x:Name="pdfViewer" />
</ContentPage>

DevExpress PDF Document API

The PDF Document API library offers several unique features you may find useful for your PDF Viewer app:

The following example shows how to use the PDF Document API library in your .NET MAUI App:

Sign PDF Files

Shows how to use Office File API to sign PDF files.

View Example

You need an active license for the DevExpress Office File API Subscription or DevExpress Universal Subscription to use these features in production code. For pricing information, refer to the following page: DevExpress Subscription Plans.

Next Steps

Load Document to PDF Viewer
This topic explains how to load PDF files to the PDF viewer control.
Page Navigation
This topic describes how to navigate through PDF file pages and content.
Select and Highlight Content
This document explains how to select content and apply marking effects to text.
Add Annotations
This topic explains how to add different graphic annotations to a PDF document.
Sign Documents
This document explains how users can sign PDF documents.
Interactive Forms
This document lists supported types of interactive fields, and explains how users can fill in forms in PDF documents.
Commands
This topic lists PDF viewer commands you can use to implement custom toolbars.