Click or drag to resize

IOcrStatsAppend Method

Append the specified statistics to this one.

Namespace:  Opait.Ocr.Api
Assembly:  Opait.Ocr (in Opait.Ocr.dll) Version: 1.3.3.0
Syntax
C#
void Append(
	IOcrStats stats
)

Parameters

stats
Type: Opait.Ocr.ApiIOcrStats
The statistics to append.
See Also