Skip to main content

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")]
[DXLicenseMAUI]
public class PdfViewer :
    DXControlBase,
    IAnnotationConsumer,
    IPdfViewer,
    IFormFieldEditorContainer

Remarks

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

Inheritance

Show 11 items
System.Object
BindableObject
Element
NavigableElement
VisualElement
View
DevExpress.Maui.Core.Internal.DXViewElement
DevExpress.Maui.Core.Internal.DXViewBaseCore
See Also