PdfFieldIsLocked Property |
Gets a value indicating whether this
PdfField instance represents a locked form field (a field which was imported and not unlocked when loading a document into a
PdfWebControl instance).
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override bool IsLocked { get; }
Public Overrides ReadOnly Property IsLocked As Boolean
Get
Property Value
Type:
BooleanRemarks
Form field objects can be unlocked using the Unlock method.
If true, the following properties can not be changed:
See Also