| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Format As RasterImageFormat | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterImageFormat Format {get;} | |
| C++/CLI | |
|---|---|
public: property RasterImageFormat Format { RasterImageFormat get(); } | |
Return Value
An RasterImageFormat value that specifies the image file format.This example will prompt the user to load a file. It will then check and only load JPEG files
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code