ComPDF React Native - v3.0.0
    Preparing search index...

    Interface CPDFFormConfig

    CPDFFormConfig

    Index

    Properties

    availableTypes?: CPDFWidgetType[]

    In CPDFViewMode.FORMS mode, the list of form types at the bottom of the view.

    availableTools?: CPDFConfigTool[]
    showCreateListBoxOptionsDialog?: boolean

    Whether to show the create list box options dialog when creating a list box. Default: true

    showCreateComboBoxOptionsDialog?: boolean

    Whether to show the create combo box options dialog when creating a combo box. Default: true

    showCreatePushButtonOptionsDialog?: boolean

    Whether to show the create push button options dialog when creating a push button. Default: true

    interceptAllFormWidgetActions?: boolean

    Whether to intercept all form widget click actions. Default: false

    interceptFormWidgetActions?: CPDFWidgetType[]

    Form widget types whose click actions should be intercepted. Values should use CPDFWidgetType, such as listBox, comboBox, or signaturesFields. Default: []

    initAttribute?: CPDFWidgetAttr

    Form default attribute configuration