| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Gif As CodecsGifOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public CodecsGifOptions Gif {get;} | |
| C++/CLI | |
|---|---|
public: property CodecsGifOptions^ Gif { CodecsGifOptions^ get(); } | |
Return Value
The GIF load and save options.For an example, refer to CodecsGifOptions
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code