Back to Devexpress

PdfViewer.ShowSaveFileDialogAsync(String) Method

maui-devexpress-dot-maui-dot-pdf-dot-pdfviewer-dot-showsavefiledialogasync-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

PdfViewer.ShowSaveFileDialogAsync(String) Method

Invokes the system file picker dialog to save the current PDF document.

Namespace : DevExpress.Maui.Pdf

Assembly : DevExpress.Maui.Pdf.dll

NuGet Package : DevExpress.Maui.Pdf

Declaration

csharp
public Task<bool> ShowSaveFileDialogAsync(
    string fileName = null
)

Optional Parameters

NameTypeDefaultDescription
fileNameStringnull

The name with which the PDF document is saved.

|

Returns

TypeDescription
Task<Boolean>

A task that allows you to wait for the file to be saved. This task can result in the following values: true if the file is successfully saved; false - the user cancelled the save operation.

|

See Also

PdfViewer Class

PdfViewer Members

DevExpress.Maui.Pdf Namespace