_Application.HighQualityModeForGraphics Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.