Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType.BarCode Namespace / ImageFormat Enumeration


ImageFormat Enumeration
Specifies the file format of the image file.
Syntax
'Declaration
 
Public Enum ImageFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImageFormat
Members
MemberDescription
Gif[1] Indicates the image file is Graphics Interchange Format (GIF), an 8-bit-per-pixel bitmap image format
Jpeg[3] Indicates the image file follows the the JPEG (Joint Photographic Experts) standard for file compression, also referred to as JPEG Interchange Format
Png[2] Indicates the image file is Portable Network Graphics (PNG), a bitmapped image format that employs lossless data compression
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.CellType.BarCode.ImageFormat

See Also