OnWarnings

OcrEventHandler.OnWarnings method

Sets warning messages for the page.

public virtual void OnWarnings(int pageIndex, IList<string> warnings)
Parameter Type Description
pageIndex Int32 The zero-based page index.
warnings IList`1 The list of warning messages for the page.

See Also