Skip to main content

TdxPDFCustomViewer.OptionsForm Property

Provides access to interactive form settings.

Declaration

property OptionsForm: TdxPDFViewerOptionsForm read; write;

Property Value

Type Description
TdxPDFViewerOptionsForm

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