2.9.219 ProtectionType
The ProtectionType enumeration identifies common types of editing protection for ranges of text in a document.
Name |
Value |
Meaning |
---|---|---|
0x0000 |
Allow all changes. |
|
0x0001 |
Allow the editing of the regions that are marked as editable in forms. |
|
0x0002 |
Allow the creation, deletion, and editing of annotations. For all other changes: Allow them, but track them with revision marks. |
|
0x0003 |
Allow the creation, deletion, and editing of annotations, but allow no other changes. |
|
0x0004 |
Allow no changes. |