RecognizedWordsCount property (ILEADRasterDocument)
short RecognizedWordsCount | |
Overview |
Refer to Working with Recognized Words |
Remarks
(Read only) This property is updated by the GetRecognizedWords method with the total number of recognized words in the RecognizedWord property.
The value of this property determines the valid values for the iIndex parameters of the following properties:
For example, if the RecognizedWordsCount property is updated with the value 4, there are four recognized words on the page specified in the iPageIndex parameter of the GetRecognizedWords method. Since the indexes of the properties listed above are zero-based, the possible values are from 0 to 3.
See Also