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