isEncrypted property

bool isEncrypted
final

Whether the document is encrypted.

Encryption on its own is no obstacle: most protected PDFs carry an owner password and an empty user password, and are decrypted transparently. See isLocked for the case that actually blocks reading.

Implementation

final bool isEncrypted;