RichEdit.Print Method | |
Print the contents of the rich edit.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD Print(
oPrintingDevice,
oRange
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual Print(
Usual oPrintingDevice = default,
Usual oRange = default
)
Request Example
View SourceParameters
- oPrintingDevice (Optional)
- Type: Usual
The PrintingDevice object or printing device name that will receive the output. If omitted, a print dialog box is raised for the user to choose a print destination. - oRange (Optional)
- Type: Usual
The range of characters to print. If omitted, the entire range of characters is printed.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
See Also