Skip to main content

TdxPDFViewerReportLink.Preview(Boolean) Method

Displays the Print Preview dialog.

Declaration

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