PdfCaretAnnotationIsLocked Property |
Gets a value indicating whether this
PdfCaretAnnotation instance represents a locked highlight annotation (an annotation which was imported when loading a document into a
PdfWebControl instance).
Namespace:
RadPdf.Data.Document.Objects.Annotations
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override bool IsLocked { get; }
Public Overrides ReadOnly Property IsLocked As Boolean
Get
Property Value
Type:
BooleanRemarks
Locked PdfCaretAnnotation instances can not be unlocked at this time, but they can be deleted using Delete.
If true, the following properties can not be changed:
See Also