Skip to main content
All docs
V24.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.v24.2.dll

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