EnableDocCleanEvents property (LEADRasterProcess)
BOOL EnableDocCleanEvents | |
Overview |
Refer to Cleaning - up 1-Bit Images. |
Remarks
(Persistent property, available at design time) Specifies whether LEADTOOLS generates events when the document cleanup functionality are called. The document cleanup functionality along with their corresponding events are listed below:
LEADRasterProcess method |
LEADRasterProcess Event |
Setting EnableDocCleanEvents to TRUE and then calling one of the LEADRasterProcess methods in the table above will cause the corresponding event to be generated. Setting EnableDocCleanEvents to FALSE will disable the events for the DocClean methods.
Setting |
Description |
TRUE |
Generate DocClean events. |
FALSE |
If this property is set to FALSE, the DocClean events will not be generated.. |
See Also