- templateFileName
- The name of the file in which to save the capabilities of the selected TWAIN source.
Visual Basic (Declaration) | |
---|---|
Public Sub SaveTemplateFile( _ ByVal templateFileName As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As TwainSession Dim templateFileName As String instance.SaveTemplateFile(templateFileName) |
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 TwainSession.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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7