FR_PERM_MODIFY_CONTENT: 8 = 0x0008

Definitions for doc permission. They are the PDF standard permission definitions. You can reference to "PDF Reference - User access permissions".

FR_PERM_MODIFY_CONTENT Specifies modifying page contents or form fields.

const permission = DefineConst.FR_PERM_MODIFY_CONTENT;