Skip to main content

PdfViewer.ShareDocumentAsync(String) Method

Invokes the share UI that prompts the user to choose an app to share with.

Namespace: DevExpress.Maui.Pdf

Assembly: DevExpress.Maui.Pdf.dll

NuGet Package: DevExpress.Maui.Pdf

Declaration

public Task ShareDocumentAsync(
    string fileName = null
)

Optional Parameters

Name Type Default Description
fileName String null

The name with which the file is shared.

Returns

Type Description
Task

A task that allows you to wait for the appropriate share option is selected.

See Also