Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.29
|
Leadtools.Sane Assembly > Leadtools.Sane Namespace > SaneSession Class : GetDevice Method |
public abstract SaneDevice GetDevice( string deviceName )
'Declaration
Public MustOverride Function GetDevice( _ ByVal deviceName As String _ ) As SaneDevice
'Usage
Dim instance As SaneSession Dim deviceName As String Dim value As SaneDevice value = instance.GetDevice(deviceName)
public abstract SaneDevice getDevice(String deviceName)
public: abstract SaneDevice^ GetDevice( String^ deviceName )