Aspose::Pdf::LoadOptions::set_WarningHandler method

LoadOptions::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 Load operation continues, however the user may also return Abort in which case the Load operation should cease.

void Aspose::Pdf::LoadOptions::set_WarningHandler(System::SharedPtr<IWarningCallback> value)

See Also