maui-devexpress-dot-maui-dot-pdf.md
Allows you to display PDF files in .NET MAUI apps.
Namespace : DevExpress.Maui.Pdf
Assembly : DevExpress.Maui.Pdf.dll
NuGet Package : DevExpress.Maui.Pdf
[ContentProperty("DocumentSource")]
[DXLicenseMAUI]
public class PdfViewer :
DXControlBase,
IAnnotationConsumer,
IPdfViewer,
IFormFieldEditorContainer
For more information, refer to the following help topic: DevExpress PDF Viewer for .NET MAUI.
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the PdfViewer class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
maui-generate-data-bound-report/CS/MauiReportingApp/MainPage.xaml#L19
</dxc:ShimmerView.LoadingView>
<pdf:PdfViewer x:Name="pdfViewer" ShowToolbar="True"/>
</dxc:ShimmerView>
Show 14 items
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Show 11 items
System.Object BindableObject Element NavigableElement VisualElement View DevExpress.Maui.Core.Internal.DXViewElement DevExpress.Maui.Core.Internal.DXViewBaseCore DXViewBase DXControlBase PdfViewer
See Also