DiagramControl.ExportToPdf(Rect, PdfExportOptions, Boolean) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public void ExportToPdf(
Rect exportBounds,
PdfExportOptions options = null,
bool showOptionsDialog = false
)
#Parameters
Name | Type | Description |
---|---|---|
export |
Rect | A System. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
options | Pdf |
null | The options that define how a document is exported. |
show |
Boolean | False | true, to show the dialog window that allows the user to configure export options; otherwise, false. By default, false. |
See Also