Skip to main content

PdfViewer.SetDocumentSourceAsync(PdfDocumentSource) Method

Opens the PDF document passed in method parameters.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public Task SetDocumentSourceAsync(
    PdfDocumentSource source
)

Parameters

Name Type Description
source PdfDocumentSource

The PDF document source.

Returns

Type Description
Task

A task that allows you to wait for the document is opened.

See Also