SetHandPrintOptions method (ILEADRasterDocument)
short SetHandPrintOptions (); | |
Overview |
Refer to Recognizing
Document Pages |
Remarks
Sets the hand print options used by the OCR engine.
This method will be used only when the RecognizeModule property for a zone is RECOGNIZE_MODULE_HAND_PRINTED_NUMERAL.
To get the current hand print options, call the GetHandPrintOptions method.
To set new hand print options get the current options by calling the GetHandPrintOptions method. This will update the HandPrintModuleOptions property. This property provides access to the ILTHandPrintOptions properties. Set these ILTHandPrintOptions properties to the new values and then call the SetHandPrintOptions method.
To recognize a page, call the Recognize method.
See Also