Back to Devexpress

SvgImageBox.ExportSvgImage(SvgImageBoxOptionsExport) Method

windowsforms-devexpress-dot-xtraeditors-dot-svgimagebox-dot-exportsvgimage-x28-devexpress-dot-xtraeditors-dot-svgimageboxoptionsexport-x29.md

latest1.9 KB
Original Source

SvgImageBox.ExportSvgImage(SvgImageBoxOptionsExport) Method

Returns the current image as an SvgImage object.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public SvgImage ExportSvgImage(
    SvgImageBoxOptionsExport exportOptions = null
)
vb
Public Function ExportSvgImage(
    exportOptions As SvgImageBoxOptionsExport = Nothing
) As SvgImage

Optional Parameters

NameTypeDefaultDescription
exportOptionsSvgImageBoxOptionsExportnull

An optional object that contains export options.

|

Returns

TypeDescription
SvgImage

The result of the operation.

|

Remarks

See the SvgImageBox.ExportSvgImage topic for more information.

See Also

StoreAppearance

SvgImageBox Class

SvgImageBox Members

DevExpress.XtraEditors Namespace