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

DiagramControl.ExportToPdf(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.v19.1.dll

Declaration

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

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 options parameter is not specified, the corresponding DiagramOptionsExport.PdfExportOptions property value is used.

Use the PrintToPdf method to export the diagram to a multi-page PDF document.

See Also