ShowTemplateDlg method (Twain Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

int ShowTemplateDlg(AnsiString strTemplateFile);

Delphi Syntax

Function ShowTemplateDlg (strTemplateFile: String ): L_INT;

Overview

Refer to Handling Template Files.

Remarks

Displays the TWAIN source manufacturer's template dialog, without actually acquiring an image.

This method saves the current values of all the supported capabilities to the specified file.

See Also

Elements:

OpenTemplateFile method, AddCapabilityToFile method, GetCapabilityFromFile method, GetNumOfCapsInFile method, CloseTemplateFile method, InitSession method, EndSession method.

Topics:

TWAIN Functionality: Template Files.