Class EncryptOptions

信息

表示 Documentize.PdfSecurity 插件的加密选项。

public class EncryptOptions : PluginBaseOptions, IPluginOptions

Inheritance

objectPluginBaseOptionsEncryptOptions

Implements

Inherited Members

Constructors

EncryptOptions(string, string)

使用默认选项初始化 Documentize.EncryptOptions 对象的新实例。

public EncryptOptions(string ownerPassword, string userPassword)

Parameters

  • ownerPassword string: 所有者密码。
  • userPassword string: 用户密码。

Properties

OwnerPassword

所有者密码。

public string OwnerPassword { get; set; }

Property Value

string

UserPassword

用户密码。

public string UserPassword { get; set; }

Property Value

string

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

 中文