Back to Devexpress

DiagramControl.ExportToPdf(PdfExportOptions, Boolean) Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-exporttopdf-x28-devexpress-dot-xtraprinting-dot-pdfexportoptions-system-dot-boolean-x29.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public void ExportToPdf(
    PdfExportOptions options = null,
    bool showOptionsDialog = false
)
vb
Public Sub ExportToPdf(
    options As PdfExportOptions = Nothing,
    showOptionsDialog As Boolean = False
)

Optional Parameters

NameTypeDefaultDescription
optionsPdfExportOptionsnull

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

DiagramControl Class

DiagramControl Members

DevExpress.XtraDiagram Namespace