FormFieldSignOptions constructor

init

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

def __init__(self):
    ...

init

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

def __init__(self, signature):
    ...
Parameter Type Description
signature groupdocs.signature.domain.FormFieldSignature Form Field signature object

See Also