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

PrintableComponentLink(PrintingSystem) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public PrintableComponentLink(
    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