ImageGear .NET - Updated November 28, 2017
CreateSignatureField(String,SignatureFieldWidgetAnnotation) Method




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Form Class > CreateSignatureField Method : CreateSignatureField(String,SignatureFieldWidgetAnnotation) Method
The full name of the field.
This parameter is ignored. The signature field will have no appearance.
Creates a new SignatureField in the PDF Form.
Syntax
'Declaration
 
Public Overloads Function CreateSignatureField( _
   ByVal fullName As String, _
   ByVal widget As SignatureFieldWidgetAnnotation _
) As SignatureField
 
'Usage
 
Dim instance As Form
Dim fullName As String
Dim widget As SignatureFieldWidgetAnnotation
Dim value As SignatureField
 
value = instance.CreateSignatureField(fullName, widget)

Parameters

fullName
The full name of the field.
widget
This parameter is ignored. The signature field will have no appearance.

Return Value

A SignatureField.
See Also

Reference

Form Class
Form Members
Overload List