LoadTemplateEvent2 event (ILEADRasterTwain)
void LoadTemplateEvent2 (ILEADTwainCapability * pCapability) | |
Overview |
Refer to Handling Template Files. |
Remarks
Occurs when loading TWAIN capabilities stored in a template file by calling the LoadTemplate method. It is called after loading the capability from the file, but before the capability value has been set for the currently selected TWAIN source.
This event will be fired only if the value of the EnableLoadTemplateEvent property is set to TRUE.
It is called for each capability loaded from the file.
The user can change the value of the capability loaded before it is set in the currently selected TWAIN source.
See Also