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

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

Exports the diagram to the specified stream.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v19.2.dll

Declaration

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

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<Double> *null*

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

scale Nullable<Double> *null*

A System.Double value that specifies the scale factor.

See Also