[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.Serializer.SerializeImage

SerializeImage Method

SerializeImage(Image, string, XmlTextWriter)

Serializes an image to XML as a base-64 encoded string to a specified element with the specified writer.

Declaration
public static void SerializeImage(Image image, string elementName, XmlTextWriter w)
Public Shared Sub SerializeImage(image As Image, elementName As String, w As XmlTextWriter)
Parameters
Type Name Description
Image image

Image object to serialize

string elementName

Name of XML element

XmlTextWriter w

XmlTextWriter