Jump to content

Application class/Printing.Default Printer property: Difference between revisions

From LabVIEW Wiki
Added new property page.
 
mNo edit summary
Line 20: Line 20:
To set the default printer, enter the full path to the printer, such as <code>\\myprinter\ab01</code>.
To set the default printer, enter the full path to the printer, such as <code>\\myprinter\ab01</code>.


<table class="Borderless">|-
'''Note'''  This property is available only on Windows.
<td class="Icon"><img src="note.gif">
 
<td>'''Note'''  This property is available only on Windows.
|}
This property is similar to the '''Default Printer''' output of the [[Query Available Printers]] VI.
This property is similar to the '''Default Printer''' output of the [[Query Available Printers]] VI.


== Uses ==
== Uses ==
Line 45: Line 42:
{{ambox|text=Add links to external resources that would also help.}}
{{ambox|text=Add links to external resources that would also help.}}


[[Category: Property]] [[Category:VI Server Property]]
[[Category:Property]]
[[Category:VI Server Property]]

Revision as of 00:25, 30 March 2020

VI Server Property Information
Property ID 49
Scope Basic Development Environment
Data Name Pr.DefaultPrinter
Short Name* Pr.DefaultPrinter
Long Name* Printing:Default Printer
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 1
Owning Class Name Application Class
Data Type String data type

String

Property Node Printing:Default Printer
Available in Real-Time Operating SystemYes
Available in Run-Time EngineYes
PermissionsRead/Write
Remote access allowedYes

Gets or sets the name of the default printer in LabVIEW.

To set the default printer, enter the full path to the printer, such as \\myprinter\ab01.

Note This property is available only on Windows.

This property is similar to the Default Printer output of the Query Available Printers VI.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links