ASPGraphicsUtilsWriteToOutputAsPNG Method (Image, HttpResponse, Int32) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Writes an image with a specified size to an
HttpResponse stream as a PNG.
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void WriteToOutputAsPNG(
Image bm,
HttpResponse response,
out int imageSizeBytes
)
Public Shared Sub WriteToOutputAsPNG (
bm As Image,
response As HttpResponse,
<OutAttribute> ByRef imageSizeBytes As Integer
)
Parameters
- bm
- Type: System.DrawingImage
The Image to be written. - response
- Type: System.WebHttpResponse
The HttpResponse to write to. - imageSizeBytes
- Type: SystemInt32
The image size in bytes.
See Also