PdfDigitalSignatureAppearanceText Property

Gets or sets the text to display in the appearance. It can be null, in which case default text is displayed, containing the signer common name, signing date, reason, location and signer contact information, if they were set. The text is positioned at the top of the bounding rectangle

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public string Text { get; set; }

Property Value

String

See Also