ArcGIS Pro 3.7 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 Property PrinterSettings As PrinterSettings
    public PrinterSettings PrinterSettings {get; set;}
    Remarks
    To access the System.Drawing.Printing.PrinterSettings class, ensure that your project references the System.Drawing.Common package.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.5 or higher.
    See Also