OneSaveOptions.DocumentPassword
OneSaveOptions.DocumentPassword property
获取或设置用于加密文档内容的密码。
public string DocumentPassword { get; set; }
例子
显示如何使用加密保存文档。
// 文档目录的路径。
string dataDir = RunExamples.GetDataDir_NoteBook();
Document document = new Document();
document.Save(dataDir + "CreatingPasswordProtectedDoc_out.one", new OneSaveOptions() { DocumentPassword = "pass" });
也可以看看
- class OneSaveOptions
- 命名空间 Aspose.Note.Saving
- 部件 Aspose.Note