PdfViewer.CloseDocument() Method
In This Article
Closes the current document.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
#Declaration
C#
public void CloseDocument()
#Remarks
You can also use the CloseDocument command to close the current document.
See Also