Timestamp Kelas
Info
Mewakili plugin Documentize.Timestamp.
public class Timestamp
Pewarisan
Anggota yang diwarisi
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Contoh
Contoh ini menunjukkan bagaimana menambahkan Timestamp ke dokumen.
// buat Timestamp
var plugin = new Timestamp();
// buat objek AddTimestampOptions untuk mengatur instruksi
var opt = new AddTimestampOptions("path_to_pfx", "password_for_pfx", "timestamp_server_url");
// tambahkan jalur file input
opt.AddInput(new FileDataSource("path_to_pdf"));
// atur jalur file output
opt.AddOutput(new FileDataSource("path_to_result_pdf"));
// lakukan proses
plugin.Process(opt);
Konstruktor
Timestamp()
public Timestamp()
Metode
Process(AddTimestampOptions)
Memulai pemrosesan Documentize.Timestamp dengan parameter yang ditentukan.
public ResultContainer Process(AddTimestampOptions options)
Parameter
options
AddTimestampOptions: Objek opsi yang berisi instruksi untuk Documentize.AddTimestampOptions.
Mengembalikan
ResultContainer : Objek ResultContainer yang berisi hasil dari operasi.
Namespace: Documentize
Assembly: Documentize.dll