クラス タイムスタンプ

情報

Documentize.Timestamp プラグインを表します。

public class Timestamp

継承

objectTimestamp

継承されたメンバー

この例では、ドキュメントにタイムスタンプを追加する方法を示します。

// タイムスタンプを作成
var plugin = new Timestamp();
// 指示を設定するための AddTimestampOptions オブジェクトを作成
var opt = new AddTimestampOptions("path_to_pfx", "password_for_pfx", "timestamp_server_url");
// 入力ファイルパスを追加
opt.AddInput(new FileDataSource("path_to_pdf"));
// 出力ファイルパスを設定
opt.AddOutput(new FileDataSource("path_to_result_pdf"));
// 処理を実行
plugin.Process(opt);

コンストラクター

Timestamp()

public Timestamp()

メソッド

Process(AddTimestampOptions)

指定されたパラメーターで Documentize.Timestamp 処理を開始します。

public ResultContainer Process(AddTimestampOptions options)

パラメーター

  • options AddTimestampOptions: Documentize.AddTimestampOptions のための指示を含むオプションオブジェクトです。

戻り値

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

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

 日本語