PdfTextAnnotationAppearance constructor
Leave feedback
On this page
Creates PDF signature text annotation appearance object.
def __init__(self):
...
Creates PDF signature text annotation with specified values (title, subject, contents).
def __init__(self, title, subject, contents):
...
| Parameter | Type | Description |
|---|---|---|
| title | System.String | Title. |
| subject | System.String | Subject. |
| contents | System.String | Contents. |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.