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