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

PrintHelper.PrintDirectAsync(IBasePrintable, PrintQueue) Method

OBSOLETE

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

This method is obsolete (this method is now obsolete. Asynchronous printing is no longer supported. ).

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

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

Parameters

Name Type
source IBasePrintable
queue PrintQueue
See Also