IWarningCallbackWarning Method |
The callback method for some program notifications.
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
SyntaxReturnAction Warning(
WarningInfo warning
)
Function Warning (
warning As WarningInfo
) As ReturnAction
ReturnAction Warning(
WarningInfo^ warning
)
abstract Warning :
warning : WarningInfo -> ReturnAction
Parameters
- warning
- Type: Aspose.PdfWarningInfo
the warning information for some happened warning
Return Value
Type:
ReturnAction
the result of further program workflow
See Also