Back to Devexpress

PdfExportOptions.ShowPrintDialogOnOpen Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-export-dot-pdfexportoptions-f7cce46d.md

latest1.5 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool ShowPrintDialogOnOpen { get; set; }
vb
Public Property ShowPrintDialogOnOpen As Boolean

Property Value

TypeDescription
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

PdfExportOptions Class

PdfExportOptions Members

DevExpress.Docs.Presentation.Export Namespace