Skip to main content
All docs
V25.1
  • PdfExportOptions.ShowPrintDialogOnOpen Property

    Gets or sets whether to display the built-in Print dialog when a PDF file is opened.

    Namespace: DevExpress.Docs.Presentation.Export

    Assembly: DevExpress.Docs.Presentation.v25.1.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public bool ShowPrintDialogOnOpen { get; set; }

    Property Value

    Type Description
    Boolean

    true to show the Print dialog on open; otherwise, false.

    Remarks

    Set the ShowPrintDialogOnOpen property to true to display the Print dialog when users open an exported document. Most modern browsers disable scripts in PDF, so this property does not affect web applications.

    See Also