Back to Devexpress

TdxPDFDocumentCustomViewer Class

vcl-dxpdfdocumentviewer-8d0cfa07.md

latest1.8 KB
Original Source

TdxPDFDocumentCustomViewer Class

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

Declaration

delphi
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.

Inheritance

Show 11 items

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxScrollingControl TdxCustomPreview TdxPDFDocumentCustomViewer

See Also

TdxPDFDocumentCustomViewer Members

dxPDFDocumentViewer Unit