Click or drag to resize

PdfTextMarkupAnnotationIsLocked Property

Gets a value indicating whether this PdfTextMarkupAnnotation instance represents a locked text markup 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.43.0.0 (3.43.0.0)
Syntax
public override bool IsLocked { get; }

Property Value

Type: Boolean
Remarks

Locked PdfStrikeoutAnnotation 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