allowsDocumentAssembly property

bool allowsDocumentAssembly

Determine whether the PDF file allows document assembly.

Implementation

bool get allowsDocumentAssembly => (permissions & 8) != 0;