Add unsigned signature field.

 

   

Syntax
 

[C#]
Signature AddSignature(XRect rect, string name)

[Visual Basic]
Function AddSignature(rect As XRect, name As string) As Signature

 

   

Params
 
Name Description
rect Rectangle of the form field
name Name of the form field
return Form field object

 

   

Notes
 

Add unsigned signature field.

To add an invisible field provide an empty rectangle.

 

   

Example
 
See the Annotations example project.