PdfTextAnnotationAppearance class

PdfTextAnnotationAppearance class

Describes appearance of PDF text annotation object (Title, Subject, Content).

Inheritance: PdfTextAnnotationAppearanceSignatureAppearance

The PdfTextAnnotationAppearance type exposes the following members:

Constructors

Constructor Description
init Creates PDF signature text annotation appearance object.
init Creates PDF signature text annotation with specified values (title, subject, contents).

Properties

Property Description
contents Gets or sets content of annotation object.
subject Gets or sets Subject representing description of the object.
title Gets or sets a Title that will be displayed in title bar of annotation object.
border Gets or sets different border settings
border_effect Gets or sets border effect.
border_effect_intensity Gets or sets border effect intensity. Valid range of value is [0..2].
h_corner_radius Gets or sets horizontal corner radius.
v_corner_radius Gets or sets vertical corner radius.

See Also