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 > SaneDevice Class : SetOptionValue Method |
public abstract void SetOptionValue( string optionName, string value )
'Declaration
Public MustOverride Sub SetOptionValue( _ ByVal optionName As String, _ ByVal value As String _ )
'Usage
Dim instance As SaneDevice Dim optionName As String Dim value As String instance.SetOptionValue(optionName, value)
public abstract String getOptionValue(String optionName)
public: abstract void SetOptionValue( String^ optionName, String^ value )