Skip to main content
A newer version of this page is available. .
All docs
V20.2

DiagramControl.ExportToPdf(RectangleF, PdfExportOptions, Boolean) Method

Exports the diagram to a single-page PDF file specified by the user in the invoked dialog window.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v20.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public void ExportToPdf(
    RectangleF exportBounds,
    PdfExportOptions options = null,
    bool showOptionsDialog = false
)

Parameters

Name Type Description
exportBounds RectangleF

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

Optional Parameters

Name Type Default Description
options PdfExportOptions *null*

The options that define how a document is exported.

showOptionsDialog Boolean False

true, to show the dialog window that allows the user to configure export options; otherwise, false. By default, false.

Remarks

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

See Also