PdfDigitalSignatureAppearanceText Property

The text to be displayed in appearance. It can be null and in this case a default text will be displayed containing the signer common name, signing date, reason, location and the signer contact info if they were set. The text is positioned at the top of the bounding rectangle

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public string Text { get; set; }

Property Value

String

See Also