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