IWarningCallbackWarning Method
The callback method for some program notifications.

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
ReturnAction Warning(
	WarningInfo warning
)

Parameters

warning
Type: Aspose.PdfWarningInfo
the warning information for some happened warning

Return Value

Type: ReturnAction
the result of further program workflow
See Also