Skip to main content
All docs
V26.1
  • DxViewer.PrintAsync() Method

    Asynchronously prints a document.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.Viewer.dll

    Declaration

    public virtual Task PrintAsync()

    Returns

    Type Description
    Task

    An asynchronous operation that prints a document.

    Remarks

    The PrintAsync method exports a document to PDF and uses the browser Print dialog to print the PDF.

    See Also