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

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public void PrintToPdf(
    double scale,
    PdfExportOptions options = null,
    SizeF? pageSize = default(SizeF? ),
    Padding? pageMargin = default(Padding? ),
    bool showOptionsDialog = true
)

Parameters

Name Type
scale Double

Optional Parameters

Name Type Default
options PdfExportOptions *null*
pageSize Nullable<SizeF> *null*
pageMargin Nullable<Padding> *null*
showOptionsDialog Boolean True
See Also