EnableProgressStatusEvent property (ILEADRasterDocument)
| BOOL EnableProgressStatusEvent | |
| Overview | 
Remarks
Specifies whether LEADTOOLS generates a ProgressStatus event to indicate the completion percentage of the LEADTOOLS method being processed. Possible values are:
| Value | Meaning | 
| TRUE | Generate the ProgressStatus event, which can be used to update a status bar or to detect a user interrupt. | 
| FALSE | If this property is set to FALSE during a load process, the load process is canceled. If this property is set to FALSE during any other process (any non-loading process), the ProgressStatus event will not be generated. | 
See Also