IExportSendService.Export(PrintingSystemBase, Window, ExportOptionsBase, IDialogService) Method
In This Article
Exports the document in the specified format.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.2.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
void Export(
PrintingSystemBase ps,
Window ownerWindow,
ExportOptionsBase options,
IDialogService dialogService
)
#Parameters
Name | Type | Description |
---|---|---|
ps | Printing |
A Printing |
owner |
Window | A Window object. |
options | Export |
An Export |
dialog |
IDialog |
An object implementing the IDialog |
See Also