 | 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
Syntaxpublic int ImageCount { get; }
Public ReadOnly Property ImageCount As Integer
Get
public:
property int ImageCount {
int get ();
}
member ImageCount : int with get
/** @property */
public int get_ImageCount()
function get_ImageCount();
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