PdfViewer.ShareDocumentAsync(String) Method
In This Article
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
C#
public Task ShareDocumentAsync(
string fileName = null
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
file |
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