| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Save As CodecsPngSaveOptions | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CodecsPngOptions Dim value As CodecsPngSaveOptions value = instance.Save | |
| C# | |
|---|---|
public CodecsPngSaveOptions Save {get;} | |
| C++/CLI | |
|---|---|
public: property CodecsPngSaveOptions^ Save { CodecsPngSaveOptions^ get(); } | |
Property Value
The PNG save options.For an example, refer to CodecsPngOptions.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code