Spread for ASP.NET 8.0 Product Documentation
FileImageRender Constructor(String)


The path and filename of the image file to be generated.
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.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

FileImageRender Class
FileImageRender Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.