Timestamp Lớp

Thông tin

Đại diện cho plugin Documentize.Timestamp.

public class Timestamp

Kế thừa

objectTimestamp

Các Thành viên Kế thừa

Ví dụ

Ví dụ này minh họa cách thêm Timestamp vào tài liệu.

// tạo Timestamp
var plugin = new Timestamp();
// tạo đối tượng AddTimestampOptions để thiết lập hướng dẫn
var opt = new AddTimestampOptions("path_to_pfx", "password_for_pfx", "timestamp_server_url");
// thêm đường dẫn tệp đầu vào
opt.AddInput(new FileDataSource("path_to_pdf"));
// thiết lập đường dẫn tệp đầu ra
opt.AddOutput(new FileDataSource("path_to_result_pdf"));
// thực hiện quá trình
plugin.Process(opt);

Các Hàm Khởi Tạo

Timestamp()

public Timestamp()

Các Phương Thức

Process(AddTimestampOptions)

Bắt đầu quá trình Documentize.Timestamp với các tham số đã chỉ định.

public ResultContainer Process(AddTimestampOptions options)

Tham số

  • options AddTimestampOptions: Một đối tượng tùy chọn chứa các hướng dẫn cho Documentize.AddTimestampOptions.

Trả về

ResultContainer : Một đối tượng ResultContainer chứa kết quả của thao tác.

Không gian tên: Documentize Assembly: Documentize.dll

 Tiếng Việt