Skip to main content
A newer version of this page is available. .

PrintRibbonController.AllowDefaultSvgImages Property

OBSOLETE

Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.

Specifies whether to use bitmap or vector icons for the ribbon Document Preview toolbar.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

[Obsolete("Use the AllowDefaultSvgImages static property of the WindowsFormsSettings class from the DevExpress.XtraEditors namespace instead.")]
[Browsable(false)]
public DefaultBoolean AllowDefaultSvgImages { get; set; }

Property Value

Type Description
DefaultBoolean

true, to use vector images; otherwise, false.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

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