PrintBarManager.UseDefaultSvgImages Property
OBSOLETE
This property is no longer used.
Use the PrintBarManager.AllowDefaultSvgImages property instead.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v24.1.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