Signature Constructor
Initializes a new instance of the signature.
public Signature(string name, float x, float y, float width, float height)
Public Sub New (name As String, x As Single, y As Single, width As Single, height As Single)
Parameters
- name
 - String
 
Name of a signature field.
X coordinate of a signature.
Y coordinate of a signature.
- width
 - Single
 
Width of a signature.
- height
 - Single
 
Height of a signature.
Remarks
NOTE: This class required the .NET Framework 2.0 or greater.
Assigning zero to x,y,height and width will make the signature as invisible although required resources will be added. This method is not recommended and advised to call Sign(System.String,ceTe.DynamicPDF.Certificate) directly without adding any signature field with corresponding name.