Skip to main content
All docs
V25.1
  • PrintHelper.PrintDirectAsync(IBasePrintable) 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.v25.1.dll

    NuGet Package: DevExpress.Wpf.Printing

    Declaration

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

    Parameters

    Name Type
    source IBasePrintable
    See Also