TdxPDFViewerOptionsForm Class
In This Article
Stores interactive form settings.
#Declaration
Delphi
TdxPDFViewerOptionsForm = class(
TdxPDFViewerOptionsPersistent
)
#Remarks
The TdxPDFViewerOptionsForm class members allow you to do the following:
- Allow users to edit interactive fields (AllowEdit).
- Specify if the PDF Viewer control draws a focus rectangle for the focused interactive field (FocusRect).
The PDF Viewer control’s OptionsForm property references a TdxPDFViewerOptionsForm object.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxPDFViewerOptionsPersistent
TdxPDFViewerOptionsForm
See Also