TdxPDFViewerReportLink.Preview(Boolean) Method
In This Article
Displays the Print Preview dialog.
#Declaration
Delphi
procedure Preview(Modal: Boolean = True); override;
#Parameters
Name | Type | Description |
---|---|---|
Modal | Boolean | Optional. Specifies if the displayed Print Preview dialog is modal. If you omit this parameter, the displayed dialog is modal. |
#Remarks
Call the Preview
procedure to allow users to preview and print the source PDF document.
See Also