Skip to main content

IExportSendService.Export(PrintingSystemBase, Window, ExportOptionsBase, IDialogService) Method

In This Article

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v14.2.dll

#Declaration

void Export(
    PrintingSystemBase ps,
    Window ownerWindow,
    ExportOptionsBase options,
    IDialogService dialogService
)

#Parameters

Name Type
ps PrintingSystemBase
ownerWindow Window
options ExportOptionsBase
dialogService IDialogService
See Also