Specifies the rendering method to use.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
| C# |
|---|
public enum RenderingMethod |
| Visual Basic (Declaration) |
|---|
Public Enumeration RenderingMethod |
| Visual C++ |
|---|
public enum class RenderingMethod |
Members
| Member name | Description | |
|---|---|---|
| Default |
Specifies that the Page containing the ImageDraw control is used to serve the image request.
| |
| HttpHandler |
Specifies that an HttpHandler is used to serve the image request.
|