Initializes a new instance of the SignatureField class. A name is necessary when the signature field is associated with a digital certificate.

SignatureField(System.Drawing.Size, String, Int)

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)

Parameters

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.