Click or drag to resize

PdfIntegrationProviderOnInternalWarning Method

Called when an internal warning occurs.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public virtual void OnInternalWarning(
	WarningEventArgs e
)

Parameters

e
Type: RadPdf.IntegrationWarningEventArgs
An object (defined by WarningEventArgs) that contains event data.
Remarks

Inheriting classes can override this method to perform other tasks or modify how a warning is logged. If this method is overridden in an inheriting class, you must call the base implementation.

This overload is for advanced, debugging, and internal purposes. It should be considered experimental and may change in a future release.

See Also