Spread ASP.NET 6.0 Product Documentation
DeserializeFont Method
See Also  Send Feedback
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > Serializer Class : DeserializeFont Method


font
FontInfo object containing the font information
r
XmlNodeReader object

Glossary Item Box

Deserializes the specified font information previously serialized.

Syntax

Visual Basic (Declaration) 
Public Shared Function DeserializeFont( _
   ByVal font As FontInfo, _
   ByVal r As XmlNodeReader _
) As Boolean
Visual Basic (Usage)Copy Code
Dim font As FontInfo
Dim r As XmlNodeReader
Dim value As Boolean
 
value = Serializer.DeserializeFont(font, r)
C# 
public static bool DeserializeFont( 
   FontInfo font,
   XmlNodeReader r
)

Parameters

font
FontInfo object containing the font information
r
XmlNodeReader object

Return Value

true if font is different from default; false otherwise

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2002-2012 GrapeCity, Inc. All Rights Reserved.