PdfFieldUnlock Method |
Namespace: RadPdf.Data.Document.Objects.FormFields
If this form field is not locked (IsLocked is false), this method has no effect.
All form fields with the same name will be unlocked when calling this method. Unlocking a form field may result in subtle changes to a form field's behavior (such as JavaScript) and appearance (such as font). It is recommended to only unlock form fields which need to be changed in a document.
PdfButtonFields and PdfSignatureFields can not be unlocked at this time.
Unlocking a field will also set Moveable, Resizable, and Stylable to true.