Back to Devexpress

DiagramControl.PrintToPdf Method

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

latest2.4 KB
Original Source

DiagramControl.PrintToPdf Method

NameParametersDescription
PrintToPdf(PdfExportOptions, Nullable<Size>, Nullable<Thickness>, Boolean)options, pageSize, pageMargin, showOptionsDialogExports the diagram to a multi-page PDF file specified by the user in the invoked dialog window.
PrintToPdf(Double, PdfExportOptions, Nullable<Size>, Nullable<Thickness>, Boolean)scale, options, pageSize, pageMargin, showOptionsDialogExports the diagram to a multi-page PDF file specified by the user in the invoked dialog window.
PrintToPdf(Int32, OrientationKind, PdfExportOptions, Nullable<Size>, Nullable<Thickness>, Boolean)pagesCount, fitOrientation, options, pageSize, pageMargin, showOptionsDialogExports the diagram to a multi-page PDF file specified by the user in the invoked dialog window.
PrintToPdf(Stream, Double, Nullable<Rect>, PdfExportOptions, Nullable<Size>, Nullable<Thickness>)stream, scale, printBounds, options, pageSize, pageMarginExports the diagram to a multi-page PDF document which is sent to the specified stream.
PrintToPdf(Stream, Int32, Orientation, Nullable<Rect>, PdfExportOptions, Nullable<Size>, Nullable<Thickness>)stream, pagesCount, fitOrientation, printBounds, options, pageSize, pageMarginExports the diagram to a multi-page PDF document which is sent to the specified stream.
PrintToPdf(Stream, Nullable<Rect>, PdfExportOptions, Nullable<Size>, Nullable<Thickness>)stream, printBounds, options, pageSize, pageMarginExports the diagram to a multi-page PDF document which is sent to the specified stream.