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 | str | Signer name. |
title | str | Signature title. |
str | Author’ email. |