SetSignProcessFieldBounds
Security and Signatures
Description
Sets the location and size of the signature field in the specified digital signature process.
Syntax
Delphi
function TPDFlib.SetSignProcessFieldBounds(SignProcessID: Integer; Left, Top, Width, Height: Double): Integer;ActiveX
Function PDFlib::SetSignProcessFieldBounds(SignProcessID As Long, Left As Double, Top As Double, Width As Double, Height As Double) As LongDLL
int DLSetSignProcessFieldBounds(int InstanceID, int SignProcessID, double Left, double Top, double Width, double Height);Parameters
| SignProcessID | A value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions. |
|---|---|
| Left | The horizontal coordinate of the left edge of the area measured in points from the left edge of the media box. |
| Top | The vertical coordinate of the top edge of the area measured in points from the bottom edge of the media box. |
| Width | The width of the area measured in points. |
| Height | The height of the area measured in points. |
Return values
| 0 | Invalid SignProcessID parameter |
|---|---|
| 1 | Success |