PrintHelper.ExportToText(IBasePrintable, Stream, TextExportOptions) Method
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
public static void ExportToText(
IBasePrintable source,
Stream stream,
TextExportOptions options
)
Parameters
| Name | Type |
|---|---|
| source | IBasePrintable |
| stream | Stream |
| options | TextExportOptions |
See Also