Back to Devexpress

NotFoundFontEventArgs.RequestedFont Property

corelibraries-devexpress-dot-drawing-dot-notfoundfonteventargs.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Drawing

Declaration

csharp
public string RequestedFont { get; }
vb
Public ReadOnly Property RequestedFont As String

Property Value

TypeDescription
String

A String that specifies the font name.

|

See Also

NotFoundFontEventArgs Class

NotFoundFontEventArgs Members

DevExpress.Drawing Namespace