NewSignProcessFromString
Security and Signatures
Description
Creates a new digital signature process using a string of 8-bit bytes as the source.
Syntax
Delphi
function TPDFlib.NewSignProcessFromString(Const Source: AnsiString; Const Password: WideString): Integer;ActiveX
Function PDFlib::NewSignProcessFromString(Source As String, Password As String) As LongDLL
int DLNewSignProcessFromString(int InstanceID, char * Source, wchar_t * Password);Parameters
| Source | A string containing the document to be signed |
|---|---|
| Password | The password to open the PDF, if any |