PdfTextAnnotationAppearance constructor
init
Creates PDF signature text annotation appearance object.
def __init__(self):
...
init
Creates PDF signature text annotation with specified values (title, subject, contents).
def __init__(self, title, subject, contents):
...
Parameter | Type | Description |
---|---|---|
title | str | Title. |
subject | str | Subject. |
contents | str | Contents. |