Click or drag to resize

ASPGraphicsUtilsClientSupportsTransparency Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Calculates whether the client supports PNG transparency. IE6 and below does not.

Namespace:  Telogis.GeoBase.ImageUtils
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static bool ClientSupportsTransparency(
	HttpRequest request
)

Parameters

request
Type: System.WebHttpRequest
The request sent by the client.

Return Value

Type: Boolean
Whether the client supports PNG transparency.
See Also