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

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v18.2.dll

Declaration

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

Parameters

Name Type
stream Stream
exportFormat DiagramExportFormat
exportBounds RectangleF

Optional Parameters

Name Type Default
dpi Nullable<Single> *null*
scale Nullable<Single> *null*
See Also