PdfTextAnnotationAppearance

PdfTextAnnotationAppearance class

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

public class PdfTextAnnotationAppearance : SignatureAppearance

Constructors

Name Description
PdfTextAnnotationAppearance() Creates PDF signature text annotation appearance object.
PdfTextAnnotationAppearance(string, string, string) Creates PDF signature text annotation with specified values (title, subject, contents).

Properties

Name Description
Border { get; set; } Gets or sets different border settings
BorderEffect { get; set; } Gets or sets border effect.
BorderEffectIntensity { get; set; } Gets or sets border effect intensity. Valid range of value is [0..2].
Contents { get; set; } Gets or sets content of annotation object.
HCornerRadius { get; set; } Gets or sets horizontal corner radius.
Subject { get; set; } Gets or sets Subject representing description of the object.
Title { get; set; } Gets or sets a Title that will be displayed in title bar of annotation object.
VCornerRadius { get; set; } Gets or sets vertical corner radius.

See Also