EDIT property

The EDIT property provides a Boolean flag that indicates whether the annotation can be edited. This property is required for each annotation type.

This property uses the following format:
EDIT = binary_value

When binary_value is set to 0, the annotation cannot be edited.

When binary_value is set to 1, the annotation can be edited.

Example

[ARROW]
X1 = 535
Y1 = 277
X2 = 89
Y2 = 138
PAGE = 1
EDIT = 1
COLOR = 255, 0, 0