Specifies the format of the output image.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  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 nameDescription
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).

See Also