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
Single

X coordinate of a signature.

y
Single

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:

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.

See Also

Signature
ceTe.DynamicPDF.PageElements.Forms

In this topic