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:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic override bool IsLocked { get; }
Public Overrides ReadOnly Property IsLocked As Boolean
Get
Property Value
Type:
Boolean
Remarks
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