Accusoft.PrintPro8.Net
DriverName Property




Gets the printer driver name.
Syntax
'Declaration
 
Public ReadOnly Property DriverName As String
'Usage
 
Dim instance As Printer
Dim value As String
 
value = instance.DriverName
public string DriverName {get;}
public: __property string* get_DriverName();
public:
property String^ DriverName {
   String^ get();
}

Property Value

A string which represents the printer driver name.
Remarks

The default value is an empty string "".

See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback