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

RichTextBoxLink(PrintingSystem) Constructor

Initializes a new instance of the RichTextBoxLink class with the specified printing system.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public RichTextBoxLink(
    PrintingSystem ps
)

Parameters

Name Type Description
ps PrintingSystem

A PrintingSystem object which specifies the printing system used to draw the current link. This value is assigned to the Link.PrintingSystem property.

See Also