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

    Gets or sets the font file data to be used in place of the missing font.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    #Declaration

    public byte[] FontFileData { get; set; }

    #Property Value

    Type Description
    Byte[]

    The font data in the Byte format.

    See Also