IsEncrypted

IDocumentInfo.IsEncrypted property

Gets a value indicating whether the document is encrypted and requires a password to open.

public bool IsEncrypted { get; }

Property Value

True if the document is encrypted and requires a password to open; otherwise, false.

See Also