Skip to main content
A newer version of this page is available. .

PdfViewer.SaveDocument() Method

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v18.2.dll

Declaration

public bool SaveDocument()

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