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

PrintRibbonController.UseDefaultSvgImages Property

OBSOLETE

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

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

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

Property Value

Type Description
Boolean

true, to use vector images; otherwise, false.

See Also