Skip to main content
A newer version of this page is available. .

DiagramControl.PrintToPdf(Stream, Double, Nullable<RectangleF>, PdfExportOptions, Nullable<SizeF>, Nullable<Padding>) Method

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public void PrintToPdf(
    Stream stream,
    double scale,
    RectangleF? printBounds = default(RectangleF? ),
    PdfExportOptions options = null,
    SizeF? pageSize = default(SizeF? ),
    Padding? pageMargin = default(Padding? )
)

Parameters

Name Type
stream Stream
scale Double

Optional Parameters

Name Type Default
printBounds Nullable<RectangleF> *null*
options PdfExportOptions *null*
pageSize Nullable<SizeF> *null*
pageMargin Nullable<Padding> *null*
See Also