Class Signature

Class Signature

이름 공간 : Aspose.Pdf.Plugins 모임: Aspose.PDF.dll (25.4.0)

Aspose.Pdf.Plugins.Signature 플러그인을 제공합니다.

public sealed class Signature : IPlugin

Inheritance

object Signature

Implements

IPlugin

상속 회원들

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

작동의 결과를 포함하는 ResultContainer 개체.

Exceptions

InvalidOperationException

 한국어