Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / GcSvgDocument Class / RestrictedFontLookup Property

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