VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain Namespace / KodakDeviceProfileCollection Class / Export(String) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
Export(String) Method (KodakDeviceProfileCollection)
In This Topic
Exports device profiles to the specified file.
Syntax
'Declaration

Public Sub Export( _
ByVal profileFilePath
A path to a file, where profiles data must be saved.
As String _
)
public void Export(
string profileFilePath
)

Parameters

profileFilePath
A path to a file, where profiles data must be saved.
Exceptions
ExceptionDescription
Throw if filename is null or empty.
Thrown if device is disposed.
Thrown if device is closed or opened.
Throw if operation is failed.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also