Class Signature
Class Signature
Tên không gian: Aspose.Pdf.Plugins Tổng hợp: Aspose.PDF.dll (25.4.0)
Hiển thị Aspose.Pdf.Plugins.Signature plugin.
public sealed class Signature : IPlugin
Inheritance
Implements
Thành viên thừa kế
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Ví dụ cho thấy cách đăng ký tài liệu PDF.
// create Signature
var plugin = new Signature();
// create SignOptions object to set instructions
var opt = new SignOptions(inputPfx, inputPfxPassword);
// add input file path
opt.AddInput(new FileDataSource(inputPath));
// set output file path
opt.AddOutput(new FileDataSource(outputPath));
// perform the process
plugin.Process(opt);
Constructors
Signature()
public Signature()
Methods
Process(IPluginTùy chọn)
Bắt đầu xử lý Aspose.Pdf.Plugins.Signature với các thông số được chỉ định.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Một đối tượng tùy chọn chứa hướng dẫn cho Aspose.Pdf.Plugins.Signature.
Returns
Một đối tượng ResultContainer chứa kết quả hoạt động.