Aspose::Pdf::IWarningCallback::Warning method

IWarningCallback::Warning method

The callback method for some program notifications.

virtual ReturnAction Aspose::Pdf::IWarningCallback::Warning(System::SharedPtr<WarningInfo> warning)=0
ParameterTypeDescription
warningSystem::SharedPtr<WarningInfo>the warning information for some happened warning

ReturnValue

the result of further program workflow

See Also