توقيع الفئة
معلومات
يُمثل مكون Documentize.Signature.
public sealed class Signature
الوراثة
الأعضاء الموروثون
- object.GetType()
- object.ToString()
- object.Equals(object?)
- object.Equals(object?, object?)
- object.ReferenceEquals(object?, object?)
- object.GetHashCode()
أمثلة
المثال يوضح كيفية توقيع مستند PDF.
// إنشاء توقيع
var plugin = new Signature();
// إنشاء كائن SignOptions لتحديد التعليمات
var opt = new SignOptions(inputPfx, inputPfxPassword);
// إضافة مسار الملف المدخل
opt.AddInput(new FileDataSource(inputPath));
// تعيين مسار الملف الناتج
opt.AddOutput(new FileDataSource(outputPath));
// تنفيذ العملية
plugin.Process(opt);
البانيون
Signature()
public Signature()
الطرق
Process(IPluginOptions)
يبدأ معالجة Documentize.Signature مع المعلمات المحددة.
public ResultContainer Process(IPluginOptions options)
المعلمات
options
IPluginOptions: كائن خيارات يحتوي على التعليمات الخاصة بـ Documentize.Signature.
العائدات
ResultContainer : كائن ResultContainer يحتوي على نتيجة العملية.
الاستثناءات
Namespace: Documentize Assembly: Documentize.dll