Accusoft.ISISXpress7.Net
Name Property




Gets and sets the name of the scanner driver.
Syntax
'Declaration
 
Public Property Name As String
'Usage
 
Dim instance As Scanner
Dim value As String
 
instance.Name = value
 
value = instance.Name
public string Name {get; set;}
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which represents the name of the scanner driver.
Remarks

The default scanner is loaded at creation.

Note: This property fails if it is set with a name that is not spelled exactly correct.

See Also

Reference

Scanner Class
Scanner Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback