RecognitionDataFileName property (ILEADRasterDocument)
BSTR RecognitionDataFileName | |
Overview |
Remarks
Gets or sets the name of the file in which to save the recognition results.
The Recognize method saves the recognition results to the file specified in the RecognitionDataFileName property. When the SaveDocument method is called, the recognition results are read from the file specified in the RecognitionDataFileName property and converted to the final output file specified in the bstrFileName parameter of the SaveDocument method.
See Also