is_encrypted property

is_encrypted property

The document is encrypted and requires a password to open; returns True if encrypted, otherwise False.

Definition:

@property
def is_encrypted(self):
    ...

See Also