Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

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

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

Remarks

For more information, refer to the following help topic: DevExpress PDF Viewer for .NET MAUI.

Inheritance

See Also