Skip to main content

CompositeLink(IEnumerable<TemplatedLink>) Constructor

Initializes a new instance of the CompositeLink class with the specified collection of printing links to compose.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public CompositeLink(
    IEnumerable<TemplatedLink> links
)

Parameters

Name Type Description
links IEnumerable<TemplatedLink>

A collection of TemplatedLink objects specifying printing links to compose.

See Also