Class Timestamp

Info

แทนที่ Documentize.Timestamp plugin.

public class Timestamp  

Inheritance

object
Timestamp

Inherited Members

Examples

ตัวอย่างแสดงวิธีการเพิ่ม 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);  

Constructors

Timestamp()

public Timestamp()  

Methods

Process(AddTimestampOptions)

เริ่มต้นการประมวลผล Documentize.Timestamp ด้วยพารามิเตอร์ที่ระบุ.

public ResultContainer Process(AddTimestampOptions options)  

Parameters

  • options AddTimestampOptions: อ็อบเจ็กต์ตัวเลือกที่มีคำแนะนำสำหรับ Documentize.AddTimestampOptions.

Returns

ResultContainer : อ็อบเจ็กต์ ResultContainer ที่มีผลลัพธ์ของการดำเนินการ.

Namespace: Documentize
Assembly: Documentize.dll

 แบบไทย