PrintHelper.ExportToText(IBasePrintable, String, TextExportOptions) Method
SECURITY-RELATED CONSIDERATIONS
Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.2.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
public static void ExportToText(
IBasePrintable source,
string filePath,
TextExportOptions options
)
Parameters
| Name | Type |
|---|---|
| source | IBasePrintable |
| filePath | String |
| options | TextExportOptions |
See Also