Specifies the source for an ImageElement object
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.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
|