PdfTextAnnotationAppearance
Leave feedback
On this page
Describes appearance of PDF text annotation object (Title, Subject, Content).
public class PdfTextAnnotationAppearance : SignatureAppearance
| 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). |
| 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. |
- class SignatureAppearance
- namespace GroupDocs.Signature.Options.Appearances
- assembly GroupDocs.Signature
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.