Back to Devexpress

PrintableComponentLink(PrintingSystem) Constructor

windowsforms-devexpress-dot-xtraprinting-dot-printablecomponentlink-dot-ctor-x28-devexpress-dot-xtraprinting-dot-printingsystem-x29.md

latest1.5 KB
Original Source

PrintableComponentLink(PrintingSystem) Constructor

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

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public PrintableComponentLink(
    PrintingSystem ps
)
vb
Public Sub New(
    ps As PrintingSystem
)

Parameters

NameTypeDescription
psPrintingSystem

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

PrintableComponentLink Class

PrintableComponentLink Members

DevExpress.XtraPrinting Namespace