GetWarnings

OcrEventHandler.GetWarnings method

Returns a list of warning messages for the page with pageIndex.

public IList<string> GetWarnings(int pageIndex)
Parameter Type Description
pageIndex Int32 The zero-based page index.

Return Value

A list of warning messages for the page; empty list if no warning messages for the page.

See Also