VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFImageFormat Enumeration

Image format.

Pascal
TVFImageFormat = (
  IM_BMP,
  IM_JPEG,
  IM_PNG,
  IM_GIF,
  IM_TIFF
);
C++
enum TVFImageFormat {
  IM_BMP,
  IM_JPEG,
  IM_PNG,
  IM_GIF,
  IM_TIFF
};
C#
public enum TVFImageFormat {
  IM_BMP,
  IM_JPEG,
  IM_PNG,
  IM_GIF,
  IM_TIFF
}
Visual Basic
Public Enum TVFImageFormat
  IM_BMP
  IM_JPEG
  IM_PNG
  IM_GIF
  IM_TIFF
End Enum
Java
public class TVFImageFormat;
IDL
enum TVFImageFormat {
  IM_BMP,
  IM_JPEG,
  IM_PNG,
  IM_GIF,
  IM_TIFF
};
JavaScript
TVFImageFormat
PHP
public class TVFImageFormat;

VideoCaptureTypes

Members 
Description 
IM_BMP 
BMP.  
IM_JPEG 
JPEG.  
IM_PNG 
PNG.  
IM_GIF 
GIF.  
IM_TIFF 
TIFF.  
Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!