|
Speicfied the file type to save by PhotoController
[Visual Basic]
<Serializable>
Public Enum PhotoFormat |
| |
[C#]
[Serializable]]
Public enum PhotoFormat |
Members
| Member name |
Description |
| Gif |
Specified the file is a GIF |
| Jpeg |
Specifies the file is a JPEG |
| Tif |
Specifies the file is a TIF |
See also
Controller class | Save
method | angGoGo.PhotoController namespace
|