Property Locked
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Locked
(PDF 1.4) Gets or sets a value indicating whether this PdfWidget is locked.
public bool Locked { get; set; }
Property Value
- bool
true
if widget is locked; otherwise,false
.
Remarks
If widget is locked than widget can't be deleted and its properties (including position and size) can't be modified by the user. However, this property does not restrict changes to the widget's contents, such as the value of a form field.