SvgImageBox.OptionsExport Property
In This Article
Contains settings to customize export output from the SvgImageBox.ExportSvgImage methods.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public SvgImageBoxOptionsExport OptionsExport { get; }
#Property Value
Type | Description |
---|---|
Svg |
An object that contains export options. |
See Also