Back to Devexpress

DiagramControl.ExportToSvg(Stream, Nullable<RectangleF>, Nullable<Single>) Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-exporttosvg-x28-system-dot-io-dot-stream-system-dot-nullable-system-dot-drawing-dot-rectanglef-system-dot-nullable-system-dot-single-x29.md

latest2.7 KB
Original Source

DiagramControl.ExportToSvg(Stream, Nullable<RectangleF>, Nullable<Single>) Method

Exports the diagram in the SVG format to the specified stream.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public void ExportToSvg(
    Stream stream,
    RectangleF? exportBounds = null,
    float? scale = null
)
vb
Public Sub ExportToSvg(
    stream As Stream,
    exportBounds As RectangleF? = Nothing,
    scale As Single? = Nothing
)

Parameters

NameTypeDescription
streamStream

A System.IO.Stream object to which the created SVG file should be sent.

|

Optional Parameters

NameTypeDefaultDescription
exportBoundsNullable<RectangleF>null

A System.Drawing.RectangleF object specifying the rectangle which encompasses the total background area when exporting the diagram.

| | scale | Nullable<Single> | null |

A System.Single value that specifies the scale factor. Values from 0.1 to 30 are supported. The default is 1.

|

Remarks

If the exportBounds parameter is not specified, the DiagramOptionsExport.PrintExportMode and DiagramOptionsExport.ExportMargin property values are used.

If the scale parameter is not specified, the DiagramOptionsExport.ExportScale property value is used.

See Also

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace