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

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

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