Class FontVM
Inheritance
System.Object
FontVM
Assembly: FastReport.Cloud.SDK.dll
Syntax
public class FontVM : CloudBaseVM
Properties
CreatedTime
Declaration
public System.DateTime CreatedTime { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
CreatorUserId
Declaration
public string CreatorUserId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
EditedTime
Declaration
public System.DateTime EditedTime { get; set; }
Property Value
| Type |
Description |
| System.DateTime |
|
EditorUserId
Declaration
public string EditorUserId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Id
Declaration
public string Id { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Italic
Declaration
public bool Italic { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Names
Declaration
public System.Collections.Generic.ICollection<string> Names { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.ICollection<System.String> |
|
PostScriptName
Declaration
public string PostScriptName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PubliclyAccessible
Declaration
public bool PubliclyAccessible { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Weight
Declaration
public int Weight { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|