Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SpreadImageRender Class / TransferImage Method
The instance of the SpreadImage control.


In This Topic
    TransferImage Method (SpreadImageRender)
    In This Topic
    Renders the image and returns the image Url.
    Syntax
    'Declaration
     
    
    Public Overridable Function TransferImage( _
       ByVal spreadImage As SpreadImage _
    ) As String
    'Usage
     
    
    Dim instance As SpreadImageRender
    Dim spreadImage As SpreadImage
    Dim value As String
     
    value = instance.TransferImage(spreadImage)
    public virtual string TransferImage( 
       SpreadImage spreadImage
    )

    Parameters

    spreadImage
    The instance of the SpreadImage control.

    Return Value

    Url of spread image.
    See Also