bAutoCleanup
Flag that indicates whether to enable or disable automatic clean-up of temporary files. Possible values are:
Value |
Meaning |
TRUE |
Enables automatic clean-up of temporary files when a page is removed from the OCR document using the RemovePage method. If the CleanupPages method is called with the bAutoCleanup parameter set to FALSE before calling RemovePage method, it will also check for and delete any files left from previously removed pages. This is the default value. |
FALSE |
Disables automatic clean-up of temporary files. |