PrintableControlLink(IPrintableControl, String) Constructor
Initializes a new instance of the PrintableControlLink class with the specified control and document name.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
printableControl | IPrintableControl | An object implementing the IPrintableControl interface that is the control to be printed using the PrintableControlLink. |
documentName | String | A String value, specifying the document name. |
See Also