Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public static Task ExportFileAsync(
    ExportOptionsBase options,
    PrintingSystemBase ps
)

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