|
|
|
|
|
SftPrintPreview.OutputName Property |
Defines the name of the output that will be sent to the print queue.
Syntax
|
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;
|
||
|
C |
HRESULT object->get_OutputName(BSTR* Text); |
||
|
Delphi |
Text := object.OutputName : WideString; |
||
|
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;
|
||
|
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.