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.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

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

See Also