Class Signature
Class Signature
Το όνομα: Aspose.Pdf.Plugins Συγκέντρωση: Aspose.PDF.dll (25.4.0)
Αντιπροσωπεύει το Aspose.Pdf.Plugins.Signature plugin.
public sealed class Signature : IPlugin
Inheritance
Implements
Κληρονομημένα μέλη
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 που περιέχει το αποτέλεσμα της λειτουργίας.