Click or drag to resize

ASPGraphicsUtilsWriteToOutputAsPNG Method (Image, HttpResponse, Int32)

Verizon Connect Logo
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
)

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