Class Security

情報

Documentize.Security プラグインを表します。PDF ドキュメントの暗号化と復号に使用されます。

[Obsolete("The class will be deleted soon. Please use PdfSecurity class.")]
public static class Security

継承

object
Security

継承されたメンバー

メソッド

Process(EncryptOptions)

PDF ドキュメントを暗号化します。

public static ResultContainer Process(EncryptOptions options)

パラメータ

  • options EncryptOptions: 操作の指示を含むオプション オブジェクト。

戻り値

ResultContainer : 操作の結果を含むオブジェクト。

例外

ArgumentException

オプションが設定されていない場合。

Process(DecryptOptions)

PDF ドキュメントを復号します。

public static ResultContainer Process(DecryptOptions options)

パラメータ

  • options DecryptOptions: 操作の指示を含むオプション オブジェクト。

戻り値

ResultContainer : 操作の結果を含むオブジェクト。

例外

ArgumentException

オプションが設定されていない場合。

Namespace: Documentize
Assembly: Documentize.dll

 日本語