Accusoft.PrintPro8.Net
PortName Property




Gets the name of the port through which a document is sent to a printer.
Syntax
'Declaration
 
Public ReadOnly Property PortName As String
'Usage
 
Dim instance As Printer
Dim value As String
 
value = instance.PortName
public string PortName {get;}
public: __property string* get_PortName();
public:
property String^ PortName {
   String^ get();
}

Property Value

A string value which represents the port name.
Remarks

The default value is an empty string "".

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback