is_encrypted property

is_encrypted property

The document is password-protected. Returns True if the document requires a password to open; otherwise, False.

Definition:

@property
def is_encrypted(self):
    ...

See Also