PdfViewer.SaveDocument() Method
In This Article
Saves a document in its original format to its original location.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Returns
Type | Description |
---|---|
Boolean | true if a document has been successfully saved; otherwise, false. |
#Remarks
The SaveDocument method returns false, if the save process has been cancelled or an exception was thrown.
See Also