Spread Windows Forms 6.0 Product Documentation
ImageFormat Enumeration
See Also  Support Options
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType.BarCode Namespace : ImageFormat Enumeration


Glossary Item Box

Specifies the file format of the image file.

Syntax

Visual Basic (Declaration) 
Public Enum ImageFormat 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ImageFormat
C# 
public enum ImageFormat : System.Enum 

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.