PdfSignatureAppearance.SignatureNameFont Property
In This Article
Gets or sets the font settings for the signature name (appears on the left side of the signature).
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfSignatureFontSettings SignatureNameFont { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
An object that contains font settings. |
See Also