Skip to main content

TdxPDFDocumentCustomViewer Class

The base class for all classes that implement PDF document page viewer functionality.

Declaration

TdxPDFDocumentCustomViewer = class(
    TdxCustomPreview,
    IdxPDFDocumentListener
)

Remarks

This class implements the document page display routines that both the PDF Viewer control and its Thumbnails navigation panel use.

The TdxPDFDocumentCustomViewer class expands its ancestor with the Clear procedure that allows you to unload a displayed document.

Do not use the TdxPDFDocumentCustomViewer class directly. Use its descendant instead.

See Also