PdfViewer.SetDocumentSourceAsync(PdfDocumentSource) Method
In This Article
Opens the PDF document passed in method parameters.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public Task SetDocumentSourceAsync(
PdfDocumentSource source
)
#Parameters
Name | Type | Description |
---|---|---|
source | Pdf |
The PDF document source. |
#Returns
Type | Description |
---|---|
Task | A task that allows you to wait for the document is opened. |
See Also