Skip to main content
All docs
V25.1
  • PdfSignatureFontSettings(String) Constructor

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

    Namespace: DevExpress.Pdf

    Assembly: DevExpress.Pdf.v25.1.Core.dll

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    public PdfSignatureFontSettings(
        string familyName
    )

    Parameters

    Name Type Description
    familyName String

    The font family name.

    See Also