クラス Timestamp
情報
Documentize.Timestampプラグインを表します。ドキュメントにタイムスタンプを追加するために使用されます。
public static class Timestamp
継承
継承されたメンバー
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
例
この例は、ドキュメントにタイムスタンプを追加する方法を示します。
// AddTimestampOptionsオブジェクトを作成して指示を設定
var options = new AddTimestampOptions("path_to_your_pfx_file.pfx", "password_for_your_pfx_file", "timestamp_server_url");
// 入力ファイルパスを追加
options.AddInput(new FileDataSource("path_to_your_pdf_file.pdf"));
// 出力ファイルパスを設定
options.AddOutput(new FileDataSource("path_to_result_pdf_file.pdf"));
// プロセスを実行
Timestamp.Process(options);
メソッド
Process(AddTimestampOptions)
指定されたパラメータでDocumentize.Timestamp処理を開始します。
public static ResultContainer Process(AddTimestampOptions options)
パラメータ
options
AddTimestampOptions: 操作の指示を含むオプションオブジェクト。
戻り値
ResultContainer : 操作の結果を含むオブジェクトです。
名前空間: Documentize アセンブリ: Documentize.dll