TdxPDFCustomViewer.OptionsForm Property
In This Article
Provides access to interactive form settings.
#Declaration
Delphi
property OptionsForm: TdxPDFViewerOptionsForm read; write;
#Property Value
Type | Description |
---|---|
Tdx |
Stores interactive form settings. |
#Remarks
Set the OptionsForm.AllowEdit property to True to allow users to edit an interactive form in a PDF document. Refer to the TdxPDFViewerOptionsForm class description for detailed information on available options.
See Also