Class PdfEncryptionInfo

PdfEncryptionInfo class

包含 pdf 加密的详细信息。

public class PdfEncryptionInfo

构造函数

姓名描述
PdfEncryptionInfo(string, string, PdfPermissions, PdfEncryptionAlgorithm)初始化一个新的实例PdfEncryptionInfo类.

特性

姓名描述
EncryptionAlgorithm { get; set; }获取或设置加密模式。
OwnerPassword { get; set; }获取或设置所有者密码。
Permissions { get; set; }获取或设置权限。
UserPassword { get; set; }获取或设置用户密码。

也可以看看