VisualExportTool.ExportFileAsync(ExportOptionsBase, PrintingSystemBase) Method
Exports a document to a file asynchronously in the specified format using the specified export options.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
options | ExportOptionsBase | An ExportOptionsBase descendant that determine the export format and options. |
ps | PrintingSystemBase | A PrintingSystemBase class descendant that creates the printable representation of the object. |
Returns
Type | Description |
---|---|
Task | A Task that identifies an asynchronous operation. |
Remarks
The PrintingSystemBase descendant creates a document from the associated object before export.
See Also