CompositeLink Constructors
A composite link that can be used to combine several Printing Links together into a composite document.Name | Parameters | Description |
---|---|---|
CompositeLink(IEnumerable<TemplatedLink>, String) | links, documentName | Initializes a new object of the CompositeLink type with the specified settings. |
CompositeLink(IEnumerable<TemplatedLink>) | links | Initializes a new instance of the CompositeLink class with the specified collection of printing links to compose. |
See Also