Back to Devexpress

PdfViewer Class

maui-devexpress-dot-maui-dot-pdf.md

latest3.7 KB
Original Source

PdfViewer Class

Allows you to display PDF files in .NET MAUI apps.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
[ContentProperty("DocumentSource")]
[DXLicenseMAUI]
public class PdfViewer :
    DXControlBase,
    IAnnotationConsumer,
    IPdfViewer,
    IFormFieldEditorContainer

Remarks

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

xml
</dxc:ShimmerView.LoadingView>
    <pdf:PdfViewer x:Name="pdfViewer" ShowToolbar="True"/>
</dxc:ShimmerView>

Implements

Show 14 items

INotifyPropertyChanged

IAnimatable

Microsoft.Maui.Controls.ITabStopElement

IViewController

IVisualElementController

IElementController

IGestureController

IGestureRecognizers

IPropertyMapperView

IHotReloadableView

IView

Microsoft.Maui.IFrameworkElement

ITransform

IReplaceableView

Inheritance

Show 11 items

System.Object BindableObject Element NavigableElement VisualElement View DevExpress.Maui.Core.Internal.DXViewElement DevExpress.Maui.Core.Internal.DXViewBaseCore DXViewBase DXControlBase PdfViewer

Extension Methods

Yield<PdfViewer>()

YieldIfNotNull<PdfViewer>()

See Also

PdfViewer Members

DevExpress.Maui.Pdf Namespace