Click or drag to resize

Window.Print Method (Typed)

X#
Print the contents of the window.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Print(
	 oDevice AS PrintingDevice
) AS LOGIC
Request Example View Source

Parameters

oDevice
Type: PrintingDevice
The PrintingDevice object that will receive the output. If omitted, the default printer driver is used.

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
Remarks
The default implementation of this method creates a Butmap of the surface of the window and sends that to the default printer.
See Also