FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TXlsImgTypes Enumeration

Possible image types on an excel sheet.

Pascal
TXlsImgTypes = (
  xli_Emf,
  xli_Wmf,
  xli_Jpeg,
  xli_Png,
  xli_Bmp,
  xli_Unknown
);
C++
enum TXlsImgTypes {
  xli_Emf,
  xli_Wmf,
  xli_Jpeg,
  xli_Png,
  xli_Bmp,
  xli_Unknown
};
Members 
Description 
xli_Emf 
Enhanced Windows Metafile. This is a Vectorial image format.  
xli_Wmf 
Windows Metafile. This is a Vectorial image format.  
xli_Jpeg 
JPEG Image. This is a losely compressed bitmap, best suited for photos.  
xli_Png 
Portable Network Graphics. This is a lossless compressed bitmap, best suited for text.  
xli_Bmp 
Windows Bitmap. As this is not compressed, don't use it except for really small images.  
xli_Unknown 
Unsupported image format.  
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!