Skip to main content
A newer version of this page is available. .

TdxPDFCheckBoxField Class

A checkbox field.

Declaration

TdxPDFCheckBoxField = class(
    TdxPDFCustomField
)

Remarks

This class extends its ancestor with the Checked property that allows you to specify if the field is checked.

A PDF form‘s GetCheckBoxField and TryGetCheckBoxField functions return a TdxPDFCheckBoxField object.

See Also