ArcGIS Pro 3.5 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / PrinterSettingsInfo Class / PrinterSettings Property

In This Topic
    PrinterSettings Property
    In This Topic
    Gets or sets the System.Drawing.Printing.PrinterSettings object that contains the settings used for printing.
    Syntax
    public PrinterSettings PrinterSettings {get; set;}
    Public Property PrinterSettings As PrinterSettings
    Remarks
    To access the System.Drawing.Printing.PrinterSettings class, ensure that your project references the System.Drawing.Common package.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.5 or higher.
    See Also