PasswordDictionary
PasswordDictionary class
表示文档密码字典。
public class PasswordDictionary : DictionaryBase, IEnumerable<string>
特性
| 姓名 | 描述 |
|---|---|
| Count { get; } | 获取字典包含的元素个数。 |
方法
| 姓名 | 描述 |
|---|---|
| Add(string, string) | 将文档的密码添加到字典中。 |
| Clear() | 从此删除所有密码PasswordDictionary对象. |
| Contains(string) | 确定字典是否包含指定文档的密码。 |
| ExportDictionary(string) | 将字典导出到具有指定名称的文件。 |
| GetEnumerator() | 返回一个遍历集合的枚举器。 |
| GetPassword(string) | 获取文件的密码。 |
| ImportDictionary(string) | 从指定文件导入字典。 |
| Remove(string) | 从字典中删除指定文档的密码。 |
评论
了解更多
也可以看看
- class DictionaryBase
- 命名空间 GroupDocs.Search.Dictionaries
- 部件 GroupDocs.Search