allowsModifyAnnotations property

bool allowsModifyAnnotations

Determine whether the PDF file allows modifying annotations, form fields, and their associated

Implementation

bool get allowsModifyAnnotations => (permissions & 32) != 0;