Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / RestrictedFontLookup Property

In This Topic
    RestrictedFontLookup Property (TextLayout)
    In This Topic
    Gets or sets a value indicating whether the fonts should be searched in the custom collection only, if any specified. The default is false.
    Syntax
    'Declaration
     
    Public Property RestrictedFontLookup As System.Boolean
    public System.bool RestrictedFontLookup {get; set;}
    See Also