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

Public Sub Import( _
ByVal profileFilePath
A path to a file, which contains the profiles data.
As String _
)
public void Import(
string profileFilePath
)

Parameters

profileFilePath
A path to a file, which contains the profiles data.
Exceptions
ExceptionDescription
Throw if filename is null or empty.
Thrown if device is disposed.
Thrown if device is closed.
Thrown 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