Class Signature

Class Signature

nazivni prostor: Aspose.Pdf.Plugins Sastav: Aspose.PDF.dll (25.4.0)

Predstavlja Aspose.Pdf.Plugins.Signature plugin.

public sealed class Signature : IPlugin

Inheritance

object Signature

Implements

IPlugin

naslijeđeni članovi

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Examples

Primjer pokazuje kako potpisati PDF dokument.

// 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(IPluginopcije)

Početak obrade Aspose.Pdf.Plugins.Signature s određenim parametrima.

public ResultContainer Process(IPluginOptions options)

Parameters

options IPluginOptions

Objekt opcija koji sadrži upute za Aspose.Pdf.Plugins.Signature.

Returns

ResultContainer

Objekt ResultContainer koji sadrži rezultat operacije.

Exceptions

InvalidOperationException

 Hrvatski