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

In This Topic
    Print(PrinterSettingsInfo) Method
    In This Topic
    Print a layout. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Overloads Sub Print( _
       ByVal printerSettingsInfo As PrinterSettingsInfo _
    ) 

    Parameters

    printerSettingsInfo
    PrinterSettingsInfo
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Remarks

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also