(PDF 1.4) Gets or sets a value indicating whether this
PdfWidget is locked.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Locked { get; set; }
VB
Public Property Locked As Boolean
Get
Set
Property Value
Type:
Booleantrue 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.
See Also