SftPrintPreview/OCX 1.0

SftPrintPreviewPrinter.Port Property

Softel vdm, Inc.

Returns the port name.

Syntax       

Get

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;
_bstr_t Name = object->GetPort();

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.


Feedback / comments / error reports for this topic
© 2004 - Softel vdm, Inc. - www.windowscontrols.com