Visual Basic (Declaration) | |
---|---|
Public Sub SaveTemplateFile( _ ByVal templateFileName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SaveTemplateFile( string templateFileName ) |
Managed Extensions for C++ | |
---|---|
public: void SaveTemplateFile( string* templateFileName ) |
C++/CLI | |
---|---|
public: void SaveTemplateFile( String^ templateFileName ) |
Parameters
- templateFileName
- The name of the file in which to save the capabilities of the selected TWAIN source.
Refer to TwainSession.LoadTemplateFile
For each capability enumerated by this method, an SaveTemplate event occurs.
For more information, refer to Handling Template Files.
For more information, refer to Handling Template Files.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family