ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / Layout Class / Print Method / Print(PrinterSettingsInfo,MapSeriesExportOptions) Method
PrinterSettingsInfo
Provide a set of MapSeriesExportOptions.

In This Topic
    Print(PrinterSettingsInfo,MapSeriesExportOptions) Method
    In This Topic
    Print pages from a layout's associated map series using a specialized collection of settings. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax

    Parameters

    printerSettingsInfo
    PrinterSettingsInfo
    mapSeriesExportOptions
    Provide a set of MapSeriesExportOptions.
    Exceptions
    ExceptionDescription
    This method must be called within the lambda passed to QueuedTask.Run.
    Remarks

    This print overload allows you to print one or more pages associated with a map series.

    You must also configure the MapSeriesExportOptions depending on the desired output.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also