| Visual Basic (Declaration) | |
|---|---|
Overloads Function GetImage( _ ByVal type As ImageType, _ ByRef hasImageMap As Boolean _ ) As Stream | |
| C# | |
|---|---|
Stream GetImage( ImageType type, out bool hasImageMap ) | |
Parameters
- type
- Must be ImageType.Png
- hasImageMap
- A returned variable indicating if this image contains an image map.