Skip to main content

CompositeLinkBase(PrintingSystemBase) Constructor

Initializes a new instance of the CompositeLinkBase class with the specified Printing System.

Namespace: DevExpress.XtraPrintingLinks

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public CompositeLinkBase(
    PrintingSystemBase ps
)

Parameters

Name Type Description
ps PrintingSystemBase

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

See Also