SetSignProcessFieldA
Security and Signatures
Description
The trailing A denotes the ANSI (char) DLL entry point; the ActiveX/COM surface exposes only the Unicode form. Behaviour is identical to SetSignProcessField and string arguments are interpreted using the current SetAnsiMode code page
Sets the signature field to use for a digital signature process.
If a field with a specified name is not found a new signature field will be added with the given name. The new field will be invisible (zero width and height) and will be attached to the first page in the document. Call SetSignProcessFieldBounds to set location and size of new form field and SetSignProcessFieldPage to set the page it is placed on.
Syntax
Delphi
Function DLSetSignProcessFieldA(InstanceID, SignProcessID: Integer; SignatureFieldName: PAnsiChar): Integer;
DLL
int DLSetSignProcessFieldA(int InstanceID, int SignProcessID, const char * SignatureFieldName);
Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. |
|---|---|
| SignatureFieldName | The name of the signature form field |