TextFormFieldSignature

TextFormFieldSignature(string)

Creates PdfTextFormFieldSignature with predefined name.

public TextFormFieldSignature(string name)
Parameter Type Description
name String Name of form field object.

See Also


TextFormFieldSignature(string, string)

Creates PdfTextFormFieldSignature with predefined name.

public TextFormFieldSignature(string name, string text)
Parameter Type Description
name String Name of form field object.
text String Text of form field object.

See Also