クラス Timestamp

情報

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

public class Timestamp

継承

objectTimestamp

継承されたメンバー

この例は、ドキュメントにTimestampを追加する方法を示しています。

// create Timestamp
var plugin = new Timestamp();
// create AddTimestampOptions object to set instructions
var opt = new AddTimestampOptions("path_to_pfx", "password_for_pfx", "timestamp_server_url");
// add input file path
opt.AddInput(new FileDataSource("path_to_pdf"));
// set output file path
opt.AddOutput(new FileDataSource("path_to_result_pdf"));
// perform the process
plugin.Process(opt);

コンストラクター

Timestamp()

public Timestamp()

メソッド

Process(AddTimestampOptions)

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

public ResultContainer Process(AddTimestampOptions options)

パラメーター

  • options AddTimestampOptions: Documentize.AddTimestampOptionsの指示が含まれたオプションオブジェクト。

戻り値

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

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

 日本語