Gets or sets the image format to render. MIME possible values: Gif, Jpeg, Bmp, and Png.
Namespace:
Neodynamic.SDKAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll)
Version: 2.0.2000.0 (2.0.2086.0)
Syntax
| C# |
|---|
public ImageDrawFormat ImageFormat { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property ImageFormat As ImageDrawFormat |
| Visual C++ |
|---|
public: property ImageDrawFormat ImageFormat { ImageDrawFormat get (); void set (ImageDrawFormat value); } |