Chữ ký lớp
Thông tin
Đại diện cho plugin Documentize.Signature.
public sealed class Signature
Kế thừa
Các thành viên được kế thừa
- object.GetType(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Ví dụ
Ví dụ dưới đây minh hoạ cách ký tài liệu PDF.
// tạo Chữ ký
var plugin = new Signature();
// tạo đối tượng SignOptions để thiết lập hướng dẫn
var opt = new SignOptions(inputPfx, inputPfxPassword);
// thêm đường dẫn tệp đầu vào
opt.AddInput(new FileDataSource(inputPath));
// thiết lập đường dẫn tệp đầu ra
opt.AddOutput(new FileDataSource(outputPath));
// thực hiện quá trình
plugin.Process(opt);
Hàm khởi tạo
Signature()
public Signature()
Phương thức
Process(IPluginOptions)
Bắt đầu quy trình Documentize.Signature với các tham số đã chỉ định.
public ResultContainer Process(IPluginOptions options)
Tham số
options
IPluginOptions: Một đối tượng tùy chọn chứa các hướng dẫn cho Documentize.Signature.
Trả về
ResultContainer : Một đối tượng ResultContainer chứa kết quả của thao tác.
Ngoại lệ
Namespace: Documentize Assembly: Documentize.dll