Skip to main content

PrintHelper.PrintDirectAsync(IPrintableControl, PrintQueue) Method

OBSOLETE

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

Prints the specified control using the default system printer, asynchronously.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

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

Parameters

Name Type Description
source IPrintableControl

An object implementing the IPrintableControl interface.

queue PrintQueue

A PrintQueue object.

See Also