Accusoft.ISISXpress7.Net
DriverDirectory Property




Gets and sets the location of the ISIS driver files.
Syntax
'Declaration
 
Public Property DriverDirectory As String
'Usage
 
Dim instance As Scanner
Dim value As String
 
instance.DriverDirectory = value
 
value = instance.DriverDirectory
public string DriverDirectory {get; set;}
public: __property string* get_DriverDirectory();
public: __property void set_DriverDirectory( 
   string* value
);
public:
property String^ DriverDirectory {
   String^ get();
   void set (    String^ value);
}

Property Value

A string which represents the location of the ISIS driver files.
See Also

Reference

Scanner Class
Scanner Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback