Click or drag to resize

PdfFieldUnlock Method

Unlock this form field if it is a locked (IsLocked is true) form field.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void Unlock()
Remarks

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.

See Also