Printer Constructor (Typed) | |
Construct a printer job.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cJobname,
oDevice
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public Printer(
Usual cJobname = default,
Usual oDevice = default
)
Request Example
View SourceParameters
- cJobname (Optional)
- Type: Usual
The name passed to Print Manager, a Windows application, to identify the print job. If omitted, the default is NULL_STRING. - oDevice (Optional)
- Type: Usual
The printing device to use. If omitted, the default is the currently selected printer installed by the user through Windows.
See Also