Spread ASP.NET 17
FarPoint.Web.Chart Assembly / FarPoint.Web.Chart Namespace / FileImageRender Class / FileImageRender Constructor / FileImageRender Constructor(String)
The path and filename of the image file to be generated.


In This Topic
    FileImageRender Constructor(String)
    In This Topic
    Initializes a new instance of the FileImageRender class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imageUrl As String _
    )
    'Usage
     
    
    Dim imageUrl As String
     
    Dim instance As New FileImageRender(imageUrl)
    public FileImageRender( 
       string imageUrl
    )

    Parameters

    imageUrl
    The path and filename of the image file to be generated.
    See Also