NewSignProcessFromStream
Security and Signatures
Description
Creates a new digital signature process using a stream as the source.
Syntax
Delphi
function TPDFlib.NewSignProcessFromStream(InputStream: TStream; Const Password: WideString): Integer;ActiveX
Function PDFlib::NewSignProcessFromStream(InputStream As Long, Password As String) As LongParameters
| InputStream | The stream object containing the PDF to be signed |
|---|---|
| Password | The password to open the PDF, if any |