Skip to main content

TdxPDFDocument.Clear Method

Clears the PDF document container.

Declaration

procedure Clear;

Remarks

Call the Clear procedure to close the loaded PDF document.

An empty PDF Viewer application

A Clear procedure call raises the OnUnloaded event and resets the Modified property to False.

Note

Unlike the PDF Viewer control’s Clear procedure, the PDF Document container’s Clear procedure does not destroy the PDF document container.

See Also