FormFieldSignOptions

FormFieldSignOptions()

Initializes a new instance of the PdfFormFieldSignOptions class with default values.

public FormFieldSignOptions()

See Also


FormFieldSignOptions(FormFieldSignature)

Initializes a new instance of the PdfFormFieldSignOptions class with FormField signature.

public FormFieldSignOptions(FormFieldSignature signature)
Parameter Type Description
signature FormFieldSignature Form Field signature object

See Also