Window.Print Method (Typed) | |
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
public virtual bool Print(
[DefaultParameterValueAttribute(null, 0)] PrintingDevice oDevice
)
Request Example
View SourceParameters
- 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