Password
LoadOptions.Password property
암호화된 문서를 열기 위한 암호를 가져오거나 설정합니다.
public string Password { get; set; }
자산 가치
암호화된 문서를 열기 위한 암호입니다.
비고
암호는 null이거나 빈 문자열입니다. 기본값은 null입니다. 콘텐츠가 암호화되지 않은 경우 null 또는 빈 문자열로 설정합니다.
예
비밀번호로 보호된 콘텐츠를 로드합니다.
LoadOptions loadOptions = new LoadOptions
{
Password = "pwd123"
};
using (Watermarker watermarker = new Watermarker(@"D:\doc.vsdx", loadOptions))
{
// ...
}
또한보십시오
- class LoadOptions
- 네임스페이스 GroupDocs.Watermark.Options
- 집회 GroupDocs.Watermark