ImageFileFormat Enumeration |
Image file formats appropriate for scanning.
Namespace:
NetQuarry.Scan
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum ImageFileFormat
Public Enumeration ImageFileFormat
Members
| Member name | Value | Description |
---|
| Bmp | 0 | The BMP File Format, also known as Bitmap Image File primarily used in Windows applications. |
| Jpg | 1 | The Joint Photographic Experts Group (JPEG) format used for storing compressed image files with allowing a selectable tradeoff between storage size and image quality. |
| Tiff | 2 | The Tagged Image File Format (TIFF) format commonly used in document management systems. |
| Png | 3 | The Portable Network Graphics format is a bitmapped image format that employs lossless data compression and is commonly used for images on the internet. |
| Pdf | 4 | The Portable Document Format (PDF) is an open standard created by Adobe Systems for document exchange. |
See Also