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

Пример показује како потписати ПДФ документ.

// 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(ИПЛУГИНОПЦИЈА)

Почиње се обрада Aspose.Pdf.Plugins.Signature са одређеним параметрима.

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

Опција објекат са упутствима за Aspose.Pdf.Plugins.Signature.

Returns

ResultContainer

Резултат контејнер објекат који садржи резултат операције.

Exceptions

InvalidOperationException

 Српски