is_encrypted property

is_encrypted property

Returns true if the document is encrypted and requires a password to open.

Definition:

@property
def is_encrypted(self):
    ...

See Also