Click or drag to resize

PdfSignerComputeSignature Method

A method called when saving the PDF file that takes the PDF file stream (without Content entry) as an input and returns the signature that will be set as the value of the Content entry.

Note  Note
This method supports the SautinSoft product infrastructure and is not intended to be used directly from your code.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntax
public virtual byte[] ComputeSignature(
	Stream pdfFileStream
)

Parameters

pdfFileStream  Stream
The PDF file stream (without Content entry) for which the signature should be computed.

Return Value

Byte
The signature that will be set as the value of the Content entry.
See Also