Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Serializer Class / SerializeFontValue Method / SerializeFontValue(Object,XmlWriter) Method
Font object containing the font
XmlTextWriter


In This Topic
    SerializeFontValue(Object,XmlWriter) Method
    In This Topic
    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