LegacyPrintableComponentLink(IBasePrintable, String) Constructor
Initializes a new instance of the LegacyPrintableComponentLink class with specified settings.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
public LegacyPrintableComponentLink(
IBasePrintable printableComponent,
string documentName
)
Parameters
Name | Type |
---|---|
printableComponent | IBasePrintable |
documentName | String |
See Also