SftPrintPreview/OCX 1.0

SftPrintPreview.OutputName Property

Softel vdm, Inc.

Defines the name of the output that will be sent to the print queue.

Syntax       

Get

VB.NET

Text = object.OutputName  As String

VB

Text = object.OutputName  As String

C#.NET

string Text = object.OutputName;

VC++

_bstr_t Text = object->OutputName;
_bstr_t Text = object->GetOutputName();

C

HRESULT object->get_OutputName(BSTR* Text);

Delphi

Text := object.OutputName   : WideString;

Put

VB.NET

object.OutputName = Text  As String

VB

object.OutputName = Text  As String

C#.NET

string object.OutputName = Text;

VC++

_bstr_t object->OutputName = Text;
void object->PutOutputName(_bstr_t Text);

C

HRESULT object->put_OutputName(BSTR Text);

Delphi

object.OutputName := Text   : WideString;

object

A SftPrintPreview object.

Text

Defines the name of the output that will be sent to the print queue.

Comments

The OutputName property defines the name of the output that will be sent to the print queue.


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