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 |
---|
This method supports the SautinSoft product infrastructure and is not intended to be used directly from your code. |
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.3.13
Syntaxpublic virtual byte[] ComputeSignature(
Stream pdfFileStream
)
Public Overridable Function ComputeSignature (
pdfFileStream As Stream
) As Byte()
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