Class Signature
Class Signature
ชื่อพื้นที่: Aspose.Pdf.Plugins การประกอบ: Aspose.PDF.dll (25.4.0)
ปลั๊กอิน Aspose.Pdf.Plugins.Signature
public sealed class Signature : IPlugin
Inheritance
Implements
อนุญาโตตุลาการ
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
ตัวอย่างแสดงให้เห็นว่าวิธีการลงทะเบียนเอกสาร 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(IPluginOptions)
เริ่มการประมวลผล Aspose.Pdf.Plugins.Signature ด้วยพารามิเตอร์ที่ระบุ
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
วัตถุตัวเลือกที่มีคําแนะนําสําหรับ Aspose.Pdf.Plugins.Signature
Returns
วัตถุ ResultContainer ที่มีผลการดําเนินงาน