DiagramControl.ExportToPdf(RectangleF, 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.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
public void ExportToPdf(
RectangleF exportBounds,
PdfExportOptions options = null,
bool showOptionsDialog = false
)
#Parameters
Name | Type | Description |
---|---|---|
export |
Rectangle |
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. |
#Remarks
If the exportBounds parameter is not specified, the DiagramOptionsExport.PrintExportMode and DiagramOptionsExport.ExportMargin property values are used.
See Also