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 Long

DLL

int DLSetSignProcessFieldBounds(int InstanceID, int SignProcessID, double Left, double Top, double Width, double Height);

Parameters

SignProcessIDA value returned by the NewSignProcessFromFile, NewSignProcessFromStream or NewSignProcessFromString functions.
LeftThe horizontal coordinate of the left edge of the area measured in points from the left edge of the media box.
TopThe vertical coordinate of the top edge of the area measured in points from the bottom edge of the media box.
WidthThe width of the area measured in points.
HeightThe height of the area measured in points.

Return values

0Invalid SignProcessID parameter
1Success