TdxPDFViewerOptionsPersistent Class
The base class for all classes that implement the PDF Viewer control’s settings.
Declaration
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