Back to Devexpress

PdfCancelSaveOperationException Class

windowsforms-devexpress-dot-xtrapdfviewer-3c298492.md

latest1.5 KB
Original Source

PdfCancelSaveOperationException Class

An exception thrown after canceling the Save operation in a PdfViewer.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public class PdfCancelSaveOperationException :
    Exception
vb
Public Class PdfCancelSaveOperationException
    Inherits Exception

Remarks

Calling the PdfViewer.SaveDocument method overload with the stream parameter requires the use of the try - catch statement, because canceling the operation will throw the PdfCancelSaveOperationException.

Inheritance

Object Exception PdfCancelSaveOperationException

See Also

PdfCancelSaveOperationException Members

SaveDocument

DevExpress.XtraPdfViewer Namespace