Class Signature

Class Signature

اسم الفضاء : Aspose.Pdf.Plugins تجميع: Aspose.PDF.dll (25.4.0)

تمثل ملحق Aspose.Pdf.Plugins.Signature.

public sealed class Signature : IPlugin

Inheritance

object Signature

Implements

IPlugin

الأعضاء الموروثين

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(IPluginالخيارات)

يبدأ معالجة Aspose.Pdf.Plugins.Signature مع المعلمات المحددة.

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

موضوع خيارات يحتوي على تعليمات لـ Aspose.Pdf.Plugins.Signature.

Returns

ResultContainer

كائن ResultContainer يحتوي على نتيجة العملية.

Exceptions

InvalidOperationException

 عربي