Skip to main content
A newer version of this page is available.
All docs
V18.2

PrintHelper.PrintDirectAsync(IPrintable) 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.v18.2.dll

Declaration

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

Parameters

Name Type Description
source IPrintable

An object implementing the IPrintable interface.

See Also