Namespace > IC.PhotoController Namespace > Structs, Records, Enums > PhotoFormat Enumeration
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
IC.PhotoController.PhotoFormat Enumeration

Sepcifies the file type to save by PhotoController

C++
public: enum PhotoFormat {
  Jpeg = 0,
  Tif,
  Gif
};
C#
public enum PhotoFormat {
  Jpeg = 0,
  Tif,
  Gif
}
Visual Basic
Public Enum PhotoFormat
  Jpeg = 0,
  Tif,
  Gif
End Enum
Members
Members 
Description 
Jpeg 
Sepcifies the file is a JPEG  
Tif 
Sepcifies the file is a TIF  
Gif 
Sepcifies the file is a GIF  

Enum.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.