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 System.String Title.
subject System.String Subject.
contents System.String Contents.

See Also