Chữ ký lớp

Thông tin

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

public sealed class Signature

Kế thừa

objectSignature

Các thành viên được kế thừa

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ệ

InvalidOperationException

Namespace: Documentize Assembly: Documentize.dll

 Tiếng Việt