Specifies the format of the output image.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Enumeration ImageDrawFormat
C#
public enum ImageDrawFormat
Visual C++
public enum class ImageDrawFormat

Members

MemberDescription
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).