TdxPDFViewerOptionsPersistent Class
In This Article
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