Class Signature
Class Signature
Le nom : Aspose.Pdf.Plugins Assemblée: Aspose.PDF.dll (25.4.0)
Represente Aspose.Pdf.Plugins.Signature plugin.
public sealed class Signature : IPlugin
Inheritance
Implements
I membri ereditari
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
L’esempio dimostra come firmare un documento 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(Options IPlugin)
Inizia il trattamento di Aspose.Pdf.Plugins.Signature con i parametri specificati.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Un oggetto di opzioni che contiene istruzioni per Aspose.Pdf.Plugins.Signature.
Returns
Un oggetto ResultContainer che contiene il risultato dell’operazione.