PrintRibbonController.AllowDefaultSvgImages Property
OBSOLETE
This property is no longer used.
Specifies whether to use bitmap or vector icons for the ribbon Document Preview toolbar.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v25.1.dll
NuGet Package: 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. |
|
| False | The value is false. |
|
| Default | The value is specified by a global option or a higher-level object. |
|
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