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