Timestamp Lớp
Thông tin
Đại diện cho plugin Documentize.Timestamp.
public class Timestamp
Kế thừa
Các Thành viên Kế thừa
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
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