Class Signature
Class Signature
Pôvodný názov: Aspose.Pdf.Plugins Zhromaždenie: Aspose.PDF.dll (25.4.0)
Predstavuje Aspose.Pdf.Plugins.Signature plugin.
public sealed class Signature : IPlugin
Inheritance
Implements
Z dedičných členov
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Examples
Príklad ukazuje, ako podpísať dokument 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(IPluginopcie)
Začína sa spracovanie Aspose.Pdf.Plugins.Signature so špecifikovanými parametrami.
public ResultContainer Process(IPluginOptions options)
Parameters
options
IPluginOptions
Objekt možností, ktorý obsahuje pokyny pre Aspose.Pdf.Plugins.Signature.
Returns
Objekt ResultContainer obsahujúci výsledok operácie.