Spread for ASP.NET 12 Product Documentation
DeserializeFont Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > Serializer Class : DeserializeFont Method
FontInfo object that contains the font information
XmlNodeReader object
Deserializes the specified font information previously serialized.
Syntax
'Declaration
 
Public Shared Function DeserializeFont( _
   ByVal font As FontInfo, _
   ByVal r As XmlNodeReader _
) As Boolean
'Usage
 
Dim font As FontInfo
Dim r As XmlNodeReader
Dim value As Boolean
 
value = Serializer.DeserializeFont(font, r)
public static bool DeserializeFont( 
   FontInfo font,
   XmlNodeReader r
)

Parameters

font
FontInfo object that contains the font information
r
XmlNodeReader object
See Also

Reference

Serializer Class
Serializer Members