Click or drag to resize

OcrResultRendererImageCount Property

Gets the index of the last image given to AddImage (i.e. images are incremented whether the image succeeded or not)

Namespace:  Patagames.Ocr
Assembly:  Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.411
Syntax
public int ImageCount { get; }

Property Value

Type: Int32
Remarks
This is always defined. It means either the number of the current image, the last image ended, or in the completed document depending on when in the document lifecycle you are looking at it. Will return -1 if a document was never started.
See Also