Specifies if the annotations properties are locked in a viewer application.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public bool Locked { get; set; }
Visual Basic
Public Property Locked As Boolean
	Get
	Set

Remarks

This flag does not restrict changing Field properties, such as the value of a TextField.

See Also