ASPGraphicsUtilsWriteToOutputAsPNG Method (Image, HttpResponse) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.ImageUtils
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Remarks
You can not write a PNG directly to a ResponseStream because the PNG encoder
needs a seekable stream, and the response stream is not seekable.
See Also