Click or drag to resize

Printer Constructor (Typed)

X#
Construct a printer job.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	cJobname,
	oDevice
) CLIPPER
Request Example View Source

Parameters

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