|
|
|
|
|
SftPrintPreviewPrinter.Port Property |
Returns the port name.
Syntax
|
VB.NET |
Name = object.Port As String |
||
|
VB |
Name = object.Port As String |
||
|
C#.NET |
string Name = object.Port; |
||
|
VC++ |
_bstr_t Name = object->Port;
|
||
|
C |
HRESULT object->get_Port(BSTR* Name); |
||
|
Delphi |
Name := object.Port : WideString; |
||
object
A SftPrintPreviewPrinter object.
Name
Returns the port name.
Comments
The Port property returns the port name.
The port name is the name of the port where the current printer is attached.