Skip to main content
A newer version of this page is available. .

RichTextBoxLinkBase.SetDataObject(Object) Method

Sets the object to be printed by this link.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public override void SetDataObject(
    object data
)

Parameters

Name Type Description
data Object

A RichTextBox object to be printed by this link.

See Also