Skip to main content
All docs
V23.2

PdfSignatureFontSettings(String) Constructor

Initializes a new instance of the PdfSignatureFontSettings class with specified settings.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfSignatureFontSettings(
    string familyName
)

Parameters

Name Type Description
familyName String

The font family name.

See Also