Initializes a new instance of the Signature
public SignatureField(System.Drawing.Size size, string name, int id);
Public Sub New(ByVal size As System.Drawing.Size, ByVal name As String, ByVal id As Integer)
Parameter | Description |
---|---|
size | Specifies the signature field's size in twips. |
name | Specifies the signature field's name. It can be an empty string, when a name is not needed. |
id | Specifies the signature field's user-defined id. It can be zero, when an id is not needed. |