Back to Devexpress

DiagramControl.PrintToPdf Method

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

latest2.5 KB
Original Source

DiagramControl.PrintToPdf Method

NameParametersDescription
PrintToPdf(PdfExportOptions, Nullable<SizeF>, Nullable<Padding>, 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<SizeF>, Nullable<Padding>, 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<SizeF>, Nullable<Padding>, 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<RectangleF>, PdfExportOptions, Nullable<SizeF>, Nullable<Padding>)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<RectangleF>, PdfExportOptions, Nullable<SizeF>, Nullable<Padding>)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<RectangleF>, PdfExportOptions, Nullable<SizeF>, Nullable<Padding>)stream, printBounds, options, pageSize, pageMarginExports the diagram to a multi-page PDF document which is sent to the specified stream.