allowsPrinting property

bool allowsPrinting

Determine whether the PDF file allows printing of the pages.

Implementation

bool get allowsPrinting => (permissions & 16) != 0;