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

In This Topic
    Print(PrinterSettingsInfo) Method
    In This Topic
    Print a mapview using the specified settings. 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
    Printing is disabled or not possible due to stream layers.
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    Check CanPrint before printing
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also