PdfAnnotationLocked Property |
(PDF 1.4) If set, do not allow the annotation to be deleted or its properties (including position and size) to be modified by the user.
However, this flag does not restrict changes to the annotation's contents, such as the value of a form field.
Namespace: SautinSoft.Pdf.AnnotationsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic bool Locked { get; set; }Public Property Locked As Boolean
Get
Set
Property Value
Boolean
If set, do not allow the annotation to be deleted or its properties (including position and size) to be modified by the user.
See Also