Skip to main content

TdxPDFCustomViewer.Clear Method

Closes the loaded PDF document.

Declaration

procedure Clear; override;

Remarks

This procedure does the following:

You can allow end-users to close the document by linking the CloseDocument command to an element of your UI.

Note

To identify if the PDF Viewer has the loaded document, call the IsDocumentLoaded function.

See Also