Window.Print Method | |
Print the contents of the window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Print(
oDevice
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Print(
Usual oDevice = default
)
Request Example
View SourceParameters
- oDevice (Optional)
- Type: Usual
The PrintingDevice object that will receive the output. If omitted, the default printer driver is used.
Return Value
Type:
Usual
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