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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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