_Application.HighQualityModeForGraphics Property
Gets or sets whether Excel uses high quality mode to print graphics.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property HighQualityModeForGraphics As Boolean
Get
Set
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.HighQualityModeForGraphics
instance.HighQualityModeForGraphics = value
bool HighQualityModeForGraphics { get; set; }
Property Value
Type: System.Boolean
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.