1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. FileInfo class
  8. /
  9. is_encrypted property

is_encrypted property

is_encrypted property

Gets a value that represents whether a file is password-protected.

Definition:

@property
def is_encrypted(self):
    ...

See Also