C1.Excel Assembly / C1.Excel Namespace / ImageFormat Enumeration

ImageFormat Enumeration
Specifies how images are scaled within spreadsheet cells.
Syntax
'Declaration
 
Public Enum ImageFormat 
   Inherits System.Enum
 
Members
MemberDescription
BmpSpecifies the bitmap image format.
GifSpecifies the GIF image format.
IconSpecifies the Windows icon image format.
JpegSpecifies the JPEG image format.
PngSpecifies the W3C PNG image format.
TiffSpecifies the Tag Image File Format (TIFF) image format.
UnknownUnknown unsupported image format.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Excel.ImageFormat

See Also