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

 日本語