(PDF 1.7) Gets or sets a value indicating whether to allow the
contents of the widget to be modified by the user.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool LockedContents { get; set; }
VB
Public Property LockedContents As Boolean
Get
Set
Property Value
Type:
Booleantrue if to allow the contents of the widget to be
modified by the user; otherwise,
false.
Remarks
This property does not restrict deletion of the widget
or changes to other widget properties, such as position and
size.
See Also