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