Class AdminFontVM
Inheritance
System.Object
AdminFontVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class AdminFontVM : FontVM
Properties
FontFamilies
Declaration
public System.Collections.Generic.ICollection<string> FontFamilies { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.String> |
|
LicenseText
Declaration
public string LicenseText { get; set; }
Property Value
Type |
Description |
System.String |
|
PreferredFamily
Declaration
public string PreferredFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
PreferredSubFamily
Declaration
public string PreferredSubFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
Properties
Declaration
public System.Collections.Generic.IDictionary<string, string> Properties { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|