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

PrintBarManager.UseDefaultSvgImages Property

OBSOLETE

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

Use the PrintBarManager.AllowDefaultSvgImages property instead.

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

Property Value

Type Description
Boolean

true, to use vector images; otherwise, false.

See Also