Skip to main content
A newer version of this page is available. .

LinkBase.PrintDirectAsync(PrintQueue) Method

OBSOLETE

This method is now obsolete. Asynchronous printing is no longer supported.

Starts asynchronous printing using the default system printer with the specified printing queue.

Namespace: DevExpress.Xpf.Printing

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

Declaration

[Obsolete("This method is now obsolete. Asynchronous printing is no longer supported.")]
public void PrintDirectAsync(
    PrintQueue queue
)

Parameters

Name Type Description
queue PrintQueue

A PrintQueue object.

See Also