Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

SftPrintPreview.OutputName Property

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

Syntax

Get

VB.NETText = object.OutputName As String
VBText = object.OutputName As String
C#.NETstring Text = object.OutputName;
VC++_bstr_t Text = object->OutputName;
_bstr_t Text = object->GetOutputName();
CHRESULT object->get_OutputName(BSTR* Text);

Put

VB.NETobject.OutputName = Text As String
VBobject.OutputName = Text As String
C#.NETstring object.OutputName = Text;
VC++_bstr_t object->OutputName = Text;
void object->PutOutputName(_bstr_t Text);
CHRESULT object->put_OutputName(BSTR Text);

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.

See Also SftPrintPreview Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.