SvgImageBox.ExportSvgImage(SvgImageBoxOptionsExport) Method
Returns the current image as an SvgImage object.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
exportOptions | SvgImageBoxOptionsExport | null | An optional object that contains export options. |
Returns
Type | Description |
---|---|
SvgImage | The result of the operation. |
Remarks
See the SvgImageBox.ExportSvgImage topic for more information.
See Also