Aspose::Pdf::SaveOptions::set_WarningHandler method
SaveOptions::set_WarningHandler method
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.
void Aspose::Pdf::SaveOptions::set_WarningHandler(const System::SharedPtr<IWarningCallback> &value)
See Also
- Typedef SharedPtr
- Class IWarningCallback
- Class SaveOptions
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++