SaveOptionsWarningHandler Property |
Callback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Save operation continues, however the user may also return Abort in which case the Save operation should cease.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic IWarningCallback WarningHandler { get; set; }
Public Property WarningHandler As IWarningCallback
Get
Set
public:
property IWarningCallback^ WarningHandler {
IWarningCallback^ get ();
void set (IWarningCallback^ value);
}
member WarningHandler : IWarningCallback with get, set
Property Value
Type:
IWarningCallback
See Also