Skip to main content

PrintRibbonController.UseDefaultSvgImages Property

OBSOLETE

This property is no longer used.

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 bool UseDefaultSvgImages { get; set; }

Property Value

Type Description
Boolean

true, to use vector images; otherwise, false.

See Also