_Application.HighQualityModeForGraphics Property

Definition

Gets or sets whether Excel uses high quality mode to print graphics.

public:
 property bool HighQualityModeForGraphics { bool get(); void set(bool value); };
public bool HighQualityModeForGraphics { get; set; }
Public Property HighQualityModeForGraphics As Boolean

Property Value

Boolean

Remarks

This property corresponds to the setting of the High quality mode for graphics check box in the Print section of the Advanced category of the Excel Options dialog box.

Applies to