readOnlyFields property

Set<String> readOnlyFields
final

Set of field names that should be displayed as read-only.

Fields in this set will be non-editable regardless of their PdfFormField.isReadOnly property.

Implementation

final Set<String> readOnlyFields;