ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Layout Class / Print Method / Print() Method

In This Topic
    Print() Method
    In This Topic
    Print a layout using default printer settings. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void Print()
    Public Overloads Sub Print() 
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks

    This method is intended to print a single page layout. Even if a map series is present, only the current layout page will be printed.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also