PrintingDevice Constructor | |
Construct a PrintingDevice object.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uName
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public PrintingDevice(
Usual uName = default
)
Request Example
View SourceParameters
- uName (Optional)
- Type: Usual
The comma-separated string indicating the printer driver to be used. In Windows, this string should be given in the following form:
<PrinterInfo>,<PrinterDriver>,<Port>
For example, you might specify:
'PostScript Printer,PSSCRIPT,LPT1:'
If omitted, the default printer driver is used.
NOTE: There are no spaces at the beginning or end of each part of this string. Spaces should only be used where they appear in the parameter.
See Also