Back to Devexpress

RichTextBoxLinkBase Class

windowsforms-devexpress-dot-xtraprintinglinks-33549dfd.md

latest2.0 KB
Original Source

RichTextBoxLinkBase Class

The base class for the RichTextBoxLink class.

Namespace : DevExpress.XtraPrintingLinks

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public class RichTextBoxLinkBase :
    LinkBase
vb
Public Class RichTextBoxLinkBase
    Inherits LinkBase

Remarks

To print the RichTextBox control, assign an existing RichTextBox object to the RichTextBoxLinkBase.RichTextBox property, and then call either the RichTextBoxLink.ShowPreview method to preview a document, or the RichTextBoxLink.Print method to send it to a printer.

Inheritance

Object MarshalByRefObject Component LinkBase RichTextBoxLinkBase RichTextBoxLink

See Also

RichTextBoxLinkBase Members

Printing Links

DevExpress.XtraPrintingLinks Namespace