Specifies the source for an ImageElement object
Namespace: Neodynamic.WebControls.ImageDraw
Assembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration ImageSource |
C# |
---|
public enum ImageSource |
Visual C++ |
---|
public enum class ImageSource |
Members
Member | Description |
---|---|
Base64String |
The image content must be get from a Base64 string
|
Binary |
The image content must be get from a Byte array
|
File |
The image content must be get from a path or URL
|
Image |
The image content must be get from a System.Drawing.Image object
|