wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcontrol-dot-printtopdf.md
| Name | Parameters | Description |
|---|---|---|
| PrintToPdf(PdfExportOptions, Nullable<Size>, Nullable<Thickness>, Boolean) | options, pageSize, pageMargin, showOptionsDialog | Exports 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, showOptionsDialog | Exports 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, showOptionsDialog | Exports 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, pageMargin | Exports 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, pageMargin | Exports 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, pageMargin | Exports the diagram to a multi-page PDF document which is sent to the specified stream. |