Back to Devexpress

DiagramControl.ExportToPdf Method

windowsforms-devexpress-dot-xtradiagram-dot-diagramcontrol-dot-exporttopdf.md

latest1.4 KB
Original Source

DiagramControl.ExportToPdf Method

NameParametersDescription
ExportToPdf(PdfExportOptions, Boolean)options, showOptionsDialogExports the diagram to a single-page PDF file specified by the user in the invoked dialog window.
ExportToPdf(RectangleF, PdfExportOptions, Boolean)exportBounds, options, showOptionsDialogExports the diagram to a single-page PDF file specified by the user in the invoked dialog window.
ExportToPdf(Stream, Nullable<RectangleF>, PdfExportOptions)stream, exportBounds, optionsExports the diagram to a single-page PDF document which is sent to the specified stream.
ExportToPdf(String, Nullable<RectangleF>, PdfExportOptions)path, exportBounds, optionsExports the diagram to a single-page PDF file.