Click or drag to resize

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
Members
  Member nameValueDescription
Bmp0The BMP File Format, also known as Bitmap Image File primarily used in Windows applications.
Jpg1The Joint Photographic Experts Group (JPEG) format used for storing compressed image files with allowing a selectable tradeoff between storage size and image quality.
Tiff2The Tagged Image File Format (TIFF) format commonly used in document management systems.
Png3The Portable Network Graphics format is a bitmapped image format that employs lossless data compression and is commonly used for images on the internet.
Pdf4The Portable Document Format (PDF) is an open standard created by Adobe Systems for document exchange.
See Also