Image format.
Namespace: Lesnikowski.Barcode
Assembly: Barcode (in Barcode.dll)
Version: 1.0.5.40001
Syntax
| C# |
|---|
public enum ImageType |
| Visual Basic (Declaration) |
|---|
Public Enumeration ImageType |
| Visual C++ |
|---|
public enum class ImageType |
Members
| Member name | Description | |
|---|---|---|
| Bmp |
Bmp file format (0).
| |
| Emf |
Emf file format (1).
| |
| Exif |
Exif file format (2).
| |
| Gif |
Gif file format (3).
| |
| Icon |
Icon file format (4).
| |
| Jpeg |
Jpeg file format (5).
| |
| MemoryBmp |
MemoryBmp file format (6).
| |
| Png |
Png file format (7).
| |
| Tiff |
Tiff file format (8).
| |
| Wmf |
Wmf file format (9).
|
See Also
Lesnikowski.Barcode Namespace