VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.Twain Namespace / KodakDeviceProfileCollection Class / Find(String) Method
Syntax Requirements SeeAlso
In This Topic
Find(String) Method (KodakDeviceProfileCollection)
In This Topic
Finds the KodakDeviceProfile with specified name in the collection.
Syntax
'Declaration

Public Function Find( _
ByVal profileName
The profile name.
As String _
) As KodakDeviceProfile

Parameters

profileName
The profile name.

Return Value

KodakDeviceProfile object if KodakDeviceProfile is found successfully; otherwise, null.
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