TdxPSPDFReportExportOptions.OpenDocumentAfterExport Property
In This Article
Specifies if the default PDF viewer application automatically opens an exported document once an export operation is complete.
#Declaration
Delphi
property OpenDocumentAfterExport: Boolean read; write; default False;
#Property Value
Type | Default |
---|---|
Boolean | False |
#Remarks
Set this property to True to view an exported document in an application set as the default PDF viewer.
The OpenDocumentAfterExport property’s default value is False.
See Also