LoadTemplateEvent2 event (ILEADRasterTwain)

Visual Basic Example

Visual C++ 5.0 Example

 

Syntax

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

Elements

EnableLoadTemplateEvent property, ManName property, ProdFamily property, Version property, AppName property, SourceCount property, SourceName property, CapsCount property, Capability property, InitSession method, EndSession method, SelectSource method, SetCapability method, GetCapability method, QueryCapability method, Acquire method, ShowTemplateDlg method, SaveTemplate method, LoadTemplate method, FileTransferName property, MemBufSize property

Topics

TWAIN Functionality: Template Functions