Skip to main content

CompositeLink(IEnumerable<TemplatedLink>, String) Constructor

Initializes a new object of the CompositeLink type with the specified settings.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v26.1.dll

Declaration

public CompositeLink(
    IEnumerable<TemplatedLink> links,
    string documentName
)

Parameters

Name Type Description
links IEnumerable<TemplatedLink>

A collection of TemplatedLink objects specifying printing links to compose.

documentName String

A String value, specifying the document name.

See Also