1. GroupDocs.Markdown
  2. /
  3. GroupDocs.Markdown for .NET
  4. /
  5. GroupDocs.Markdown
  6. /
  7. DocumentInfo
  8. /
  9. IsEncrypted

IsEncrypted

DocumentInfo.IsEncrypted property

Gets a value indicating whether the document is password-protected.

public bool IsEncrypted { get; }

Property Value

true if the document requires a password to open; otherwise, false.

See Also