Skip to main content
All docs
V25.1
  • NotFoundFontEventArgs.RequestedFont Property

    Gets the name of the font referenced in the document, but missing in the current hosting environment.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    #Declaration

    public string RequestedFont { get; }

    #Property Value

    Type Description
    String

    A String that specifies the font name.

    See Also