PrintHelper.ExportToText(IBasePrintable, String) Method
In This Article
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
public static void ExportToText(
IBasePrintable source,
string filePath
)
#Parameters
Name | Type |
---|---|
source | IBase |
file |
String |
See Also