Gets or sets whether a technique to support PNG images with alpha channel transparency is applied on the output image; only if the client browser is Internet Explorer 5.5 or 6 under Win32 platform.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Property EnablePngHack As Boolean
C#
public bool EnablePngHack { get; set; }
Visual C++
public:
property bool EnablePngHack {
	bool get ();
	void set (bool value);
}