PdfTextAnnotationAppearance
PdfTextAnnotationAppearance()
Creates PDF signature text annotation appearance object.
public PdfTextAnnotationAppearance()
See Also
- class PdfTextAnnotationAppearance
- namespace GroupDocs.Signature.Options.Appearances
- assembly GroupDocs.Signature
PdfTextAnnotationAppearance(string, string, string)
Creates PDF signature text annotation with specified values (title, subject, contents).
public PdfTextAnnotationAppearance(string title, string subject, string contents)
Parameter | Type | Description |
---|---|---|
title | String | Title. |
subject | String | Subject. |
contents | String | Contents. |
See Also
- class PdfTextAnnotationAppearance
- namespace GroupDocs.Signature.Options.Appearances
- assembly GroupDocs.Signature