类 Security

信息

表示 Documentize.Security 插件。用于加密和解密 PDF 文档。

[Obsolete("该类将很快被删除。请使用 PdfSecurity 类。")]
public static class Security

继承

objectSecurity

继承成员

方法

Process(EncryptOptions)

加密 PDF 文档。

public static ResultContainer Process(EncryptOptions options)

参数

返回

ResultContainer : 一个包含操作结果的对象。

异常

ArgumentException

如果未设置选项。

Process(DecryptOptions)

解密 PDF 文档。

public static ResultContainer Process(DecryptOptions options)

参数

返回

ResultContainer : 一个包含操作结果的对象。

异常

ArgumentException

如果未设置选项。

命名空间: Documentize 程序集: Documentize.dll

 中文