Back to Devexpress

TdxPDFCustomViewer.Clear Method

vcl-dxpdfviewer-dot-tdxpdfcustomviewer-7b58d520.md

latest2.0 KB
Original Source

TdxPDFCustomViewer.Clear Method

Closes the loaded PDF document.

Declaration

delphi
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

TdxPDFCustomViewer.ClearViewStateHistory

TdxPDFDocument.Clear

TdxPDFDocumentCustomViewer.Clear

TdxPDFViewerHighlights.Clear

TdxPDFViewerSelection.Clear

TdxPDFCustomViewer Class

TdxPDFCustomViewer Members

dxPDFViewer Unit