| Visual Basic (Declaration) | |
|---|---|
Public Property Format As RasterImageFormat | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterSaveDialog Dim value As RasterImageFormat instance.Format = value value = instance.Format | |
| C# | |
|---|---|
public RasterImageFormat Format {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterImageFormat Format { RasterImageFormat get(); void set ( RasterImageFormat value); } | |
Property Value
The format to be used when saving the raster image.Refer to RasterSaveDialog example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code