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
Property Value
Type | Description |
---|---|
Boolean |
|
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