Class Signature
Class Signature
名称: Aspose.Pdf.Plugins 合計: Aspose.PDF.dll (25.4.0)
Aspose.Pdf.Plugins.Signature プラグインを表示します。
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 オブジェクトは、作業の結果を含みます。