EnableSaveResultsToMemory property (ILEADRasterDocument)
BOOL EnableSaveResultsToMemory | |
Overview |
Remarks
Gets or sets a value that indicates whether to save the recognition results into memory or a file. Possible values are:
Value |
Meaning |
TRUE |
Save recognition results into memory |
FALSE |
Save recognition results into file. |
To save the recognition results to memory, this property must be set to TRUE before calling the SaveResultsToMemory method.
See Also