Sepcifies the file type to save by PhotoController
public: enum PhotoFormat {
Jpeg = 0,
Tif,
Gif
};public enum PhotoFormat {
Jpeg = 0,
Tif,
Gif
}Public Enum PhotoFormat Jpeg = 0, Tif, Gif End Enum
|
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.
|