Class EncryptOptions

情報

Documentize.PdfSecurity プラグインの暗号化オプションを表します。

public class EncryptOptions : PluginBaseOptions, IPluginOptions

継承

objectPluginBaseOptionsEncryptOptions

実装

継承されたメンバー

コンストラクター

EncryptOptions(string, string)

Documentize.EncryptOptions オブジェクトの新しいインスタンスをデフォルト オプションで初期化します。

public EncryptOptions(string ownerPassword, string userPassword)

パラメーター

  • ownerPassword string: オーナーパスワード。
  • userPassword string: ユーザーパスワード。

プロパティ

OwnerPassword

オーナーパスワード。

public string OwnerPassword { get; set; }

プロパティの型

string

UserPassword

ユーザーパスワード。

public string UserPassword { get; set; }

プロパティの型

string

名前空間: Documentize
アセンブリ: Documentize.dll

 日本語