Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImage Class / Render Method


In This Topic
    Render Method (SpreadImage)
    In This Topic
    Sends the SpreadImage control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub Render( _
       ByVal writer As HtmlTextWriter _
    ) 
    'Usage
     
    
    Dim instance As SpreadImage
    Dim writer As HtmlTextWriter
     
    instance.Render(writer)
    protected override void Render( 
       HtmlTextWriter writer
    )

    Parameters

    writer
    See Also