Click or drag to resize

PdfDocumentSignerGetInfo Method (Stream)

Gets the signature information for a PDF document.

Namespace:  Atalasoft.PdfDoc.DigitalSignatures
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static PdfDocumentSignatureInformation GetInfo(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream that contains a PDF file.

Return Value

Type: PdfDocumentSignatureInformation
A new PdfDocumentSignatureInformation object.
See Also