Click or drag to resize

PdfAnnotationLocked Property

Gets or sets a value indicating if the annotation's locked flag is set

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool Locked { get; set; }

Property Value

Type: Boolean
Remarks

This property indicates whether or not the PDF annotation flag "Locked" is set. If set, PDF readers will not allow the annotation to be deleted or its properties (e.g. position and size) to be modified by the user. This flag does not restrict changes to the annotation's contents, see LockedContents. This property should not be confused with IsLocked (a property indicating if the object is locked in RAD PDF).

See Also