Skip to main content

LinkBase(PrintingSystemBase) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public LinkBase(
    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 LinkBase.PrintingSystemBase property.

See Also