Back to Devexpress

PdfViewer.SaveDocument() Method

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-04fb3a26.md

latest1.2 KB
Original Source

PdfViewer.SaveDocument() Method

Saves a document in its original format to its original location.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public bool SaveDocument()
vb
Public Function SaveDocument As Boolean

Returns

TypeDescription
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

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace