Skip to main content
All docs
V25.1
  • SvgImageBox.ExportSvgImage(SvgImageBoxOptionsExport) Method

    Returns the current image as an SvgImage object.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public SvgImage ExportSvgImage(
        SvgImageBoxOptionsExport exportOptions = null
    )

    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