Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / AllowFallbackToEudcFonts Property

In This Topic
    AllowFallbackToEudcFonts Property
    In This Topic
    Gets or sets a value indicating whether EUDC fonts should be searched for missing user-defined characters.

    The default is true.

    Syntax
    'Declaration
     
    Public Property AllowFallbackToEudcFonts As System.Boolean
    public System.bool AllowFallbackToEudcFonts {get; set;}
    See Also