PrintRibbonController.AllowDefaultSvgImages Property
Obsolete. Specifies whether to use bitmap or vector icons for the ribbon Document Preview toolbar.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.")]
public DefaultBoolean AllowDefaultSvgImages { get; set; }
<Obsolete("Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowDefaultSvgImages As DefaultBoolean
Property Value
Type | Description |
---|---|
DefaultBoolean | true, to use vector images; otherwise, false. |
Remarks
By default, the Document Viewer control displays vector icons (based on the WindowsFormsSettings.AllowDefaultSvgImages property value), which ensures the proper look of an application on high-DPI displays.
To learn more, see Application Appearance.
See Also
Feedback