1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. FileInfo
  8. /
  9. IsEncrypted

IsEncrypted

FileInfo.IsEncrypted property

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

public bool IsEncrypted { get; }

Property Value

A boolean true if a file is password-protected; otherwise false.

See Also