Spread Windows Forms 12.0 Product Documentation
SerializeFontValue(Object,XmlWriter) Method


FarPoint.Win Assembly > FarPoint.Win Namespace > Serializer Class > SerializeFontValue Method : SerializeFontValue(Object,XmlWriter) Method
Font object containing the font
XmlTextWriter
Serializes a font to XML with the specified writer without writing element tags.
Syntax
'Declaration
 
Public Overloads Shared Function SerializeFontValue( _
   ByVal o As Object, _
   ByVal w As XmlWriter _
) As Boolean
'Usage
 
Dim o As Object
Dim w As XmlWriter
Dim value As Boolean
 
value = Serializer.SerializeFontValue(o, w)
public static bool SerializeFontValue( 
   object o,
   XmlWriter w
)

Parameters

o
Font object containing the font
w
XmlTextWriter

Return Value

true if successful, false otherwise
See Also

Reference

Serializer Class
Serializer Members
Overload List