PrintHelper.PrintAsync(IPrintableControl) Method
In This Article
OBSOLETE
This method is now obsolete. Asynchronous printing is no longer supported.
Prints the specified control, asynchronously.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
#Declaration
[Obsolete("This method is now obsolete. Asynchronous printing is no longer supported. ")]
public static void PrintAsync(
IPrintableControl source
)
#Parameters
Name | Type | Description |
---|---|---|
source | IPrintable |
An object implementing the IPrintable |
See Also