SecureBlackbox 2020 Python Edition

Questions / Feedback?

perms_extract Property

Indicates if the user may extract (copy) pictures and text from the encrypted document.

Syntax

def get_perms_extract() -> bool: ...
def set_perms_extract(value: bool) -> None: ...

perms_extract = property(get_perms_extract, set_perms_extract)

Default Value

TRUE

Remarks

Indicates if the user may extract (copy) pictures and text from the encrypted document.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]