Skip to main content
A newer version of this page is available. .

DiagramControl.ExportDiagram(Stream, DiagramExportFormat, Nullable<Single>, Nullable<Single>) Method

Exports the diagram to the specified stream.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public void ExportDiagram(
    Stream stream,
    DiagramExportFormat exportFormat,
    float? dpi = default(float? ),
    float? scale = default(float? )
)

Parameters

Name Type Description
stream Stream

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

exportFormat DiagramExportFormat

A DiagramExportFormat enumeration value.

Optional Parameters

Name Type Default Description
dpi Nullable<Single> *null*

A System.Single value which represents the resolution (in dpi).

scale Nullable<Single> *null*

A System.Single value that specifies the scale factor.

See Also