Skip to main content
All docs
V24.1

PdfSignatureAppearance.SignatureNameFont Property

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.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfSignatureFontSettings SignatureNameFont { get; set; }

Property Value

Type Description
PdfSignatureFontSettings

An object that contains font settings.

See Also