PdfTextAnnotationAppearance Constructor (String, String, String) |
Creates PDF signature text annotation with specified values (title, subject, contents).
Namespace: GroupDocs.Signature.Options.AppearancesAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic PdfTextAnnotationAppearance(
string title,
string subject,
string contents
)
Public Sub New (
title As String,
subject As String,
contents As String
)
public:
PdfTextAnnotationAppearance(
String^ title,
String^ subject,
String^ contents
)
new :
title : string *
subject : string *
contents : string -> PdfTextAnnotationAppearance
Parameters
- title
- Type: SystemString
Title. - subject
- Type: SystemString
Subject. - contents
- Type: SystemString
Contents.
See Also