DigitalSignatureAppearance constructor

init

Creates Signature Line Appearance object.

def __init__(self):
    ...

init

Creates Signature Line Appearance with specified values (signer, title, email).

def __init__(self, signer, title, email):
    ...
Parameter Type Description
signer System.String Signer name.
title System.String Signature title.
email System.String Author’ email.

See Also