Spread for ASP.NET 8.0 Product Documentation
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

Return Value

true if font is different from default; false otherwise
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

Serializer Class
Serializer Members

 

 


Copyright © GrapeCity, inc. All rights reserved.