Skip to main content

LinkBase.PrintDirectAsync() Method

OBSOLETE

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

Starts asynchronous printing using the default system printer.

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 void PrintDirectAsync()
See Also