Click or drag to resize

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.44.0.0 (3.44.0.0)
Syntax
public override bool IsLocked { get; }

Property Value

Type: Boolean
Remarks
See Also