Type: Boolean
Returns whether the browser supports the Portable Network Graphic (PNG) image file format.
C# Example:
<html>PNG:
<% BrowserObj browObj = BrowserObj.GetBrowser();
Response.Write(browObj.PNG);
%>
</html>