Back to Devexpress

DiagramControl.ExportToPdf Method

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-exporttopdf.md

latest1.3 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(Stream, Nullable<Rect>, PdfExportOptions)stream, exportBounds, optionsExports the diagram to a single-page PDF document which is sent to the specified stream.
ExportToPdf(String, Nullable<Rect>, PdfExportOptions)path, exportBounds, optionsExports the diagram to a single-page PDF file.
ExportToPdf(Rect, PdfExportOptions, Boolean)exportBounds, options, showOptionsDialogExports the diagram to a single-page PDF file specified by the user in the invoked dialog window.