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.
Licensing Info
This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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.