Warning()

IWarningCallback::Warning(System::SharedPtr<IWarningInfo>) method

Callback method which receives warning and decides whether operation should be aborted.

virtual ReturnAction Aspose::Slides::Warnings::IWarningCallback::Warning(System::SharedPtr<IWarningInfo> warning)=0

Arguments

ParameterTypeDescription
warningSystem::SharedPtr<IWarningInfo>Warning to process.

Return Value

Abortion decision ReturnAction.

See Also