Back to Devexpress

TdxPDFViewerOptionsPersistent Class

vcl-dxpdfviewer-ab368a25.md

latest1.1 KB
Original Source

TdxPDFViewerOptionsPersistent Class

The base class for all classes that implement the PDF Viewer control’s settings.

Declaration

delphi
TdxPDFViewerOptionsPersistent = class(
    TcxOwnedPersistent
)

Remarks

This class implements the core functionality of theTdxPDFViewerOptionsBookmarks, TdxPDFViewerOptionsFindPanel, TdxPDFViewerOptionsNavigationPane, and TdxPDFViewerOptionsZoom classes.

You do not need to create instances of the TdxPDFViewerOptionsPersistent class. Use its descendants instead.

Inheritance

TObject TPersistent TcxOwnedPersistent TdxPDFViewerOptionsPersistent

See Also

TdxPDFViewerOptionsPersistent Members

dxPDFViewer Unit