Skip to main content
All docs
V24.2

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.v24.2.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