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.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v26.1.dll
NuGet Package: DevExpress.Wpf.Diagram
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 |
|
Remarks
If the options parameter is not specified, the corresponding DiagramControl.PdfExportOptions property value is used.
Use the PrintToPdf method to export the diagram to a multi-page PDF document.
See Also