Skip to main content

PrintBarManager.AllowDefaultSvgImages Property

OBSOLETE

This property is no longer used.

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("This property is no longer used.")]
public DefaultBoolean AllowDefaultSvgImages { get; set; }

Property Value

Type Description
DefaultBoolean

true, to use vector images; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

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