Accusoft.PrintPro8.Net
Name Property (Printer)




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

Property Value

A string value which represents the printer's name.
Remarks

The default value is an empty string "".

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback