Specifies the format of the output image.
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 ImageDrawFormat |
Visual Basic (Declaration) |
---|
Public Enumeration ImageDrawFormat |
Visual C++ |
---|
public enum class ImageDrawFormat |
Members
Member name | Description | |
---|---|---|
Bmp |
Specifies the format of the output image is BMP (Bitmap).
| |
Gif |
Specifies the format of the output image is GIF (Graphics Interchange Format).
| |
Jpeg |
Specifies the format of the output image is JPEG (Joint Photographic Experts Group).
| |
Png |
Specifies the format of the output image is PNG (Portable Network Graphics).
|