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 : GetDevices Method |
public abstract SaneDevice[] GetDevices()
'Declaration
Public MustOverride Function GetDevices() As SaneDevice()
'Usage
Dim instance As SaneSession Dim value() As SaneDevice value = instance.GetDevices()
public abstract SaneDevice[] getDevices()
public: abstract array<SaneDevice^>^ GetDevices();