Click or drag to resize

StiJsonReportObjectHelperDeserializeFont Method

[Missing <summary> documentation for "M:Stimulsoft.Base.StiJsonReportObjectHelper.Deserialize.Font(Stimulsoft.Base.Json.Linq.JProperty,System.Drawing.Font)"]

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Font Font(
	JProperty prop,
	Font defaultFont
)

Parameters

prop
Type: Stimulsoft.Base.Json.LinqJProperty

[Missing <param name="prop"/> documentation for "M:Stimulsoft.Base.StiJsonReportObjectHelper.Deserialize.Font(Stimulsoft.Base.Json.Linq.JProperty,System.Drawing.Font)"]

defaultFont
Type: System.DrawingFont

[Missing <param name="defaultFont"/> documentation for "M:Stimulsoft.Base.StiJsonReportObjectHelper.Deserialize.Font(Stimulsoft.Base.Json.Linq.JProperty,System.Drawing.Font)"]

Return Value

Type: Font

[Missing <returns> documentation for "M:Stimulsoft.Base.StiJsonReportObjectHelper.Deserialize.Font(Stimulsoft.Base.Json.Linq.JProperty,System.Drawing.Font)"]

See Also