is_document_password_protected method

is_document_password_protected

Checks whether the source document is password protected.

Learn more.

def is_document_password_protected(self):
    ...

Returns: bool: True if the document is password protected, otherwise False.

See Also