Class Signature
فئة التوقيع
تمثل مكون Signature
.
public sealed class Signature : IPlugin
المنشئات
الاسم | الوصف |
---|---|
Signature() | المنشئ الافتراضي. |
الطرق
الاسم | الوصف |
---|---|
Process(IPluginOptions) | يبدأ معالجة Signature مع المعلمات المحددة. |
أمثلة
توضح المثال كيفية توقيع مستند 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);
انظر أيضًا
- الواجهة IPlugin
- مساحة الاسم Aspose.Pdf.Plugins
- التجميع Aspose.PDF