Skip to main content
Tab

ImageObjectProperties.IsPng Property

OBSOLETE

This property was only required for old browsers (such as IE6), which are not supported now.

Gets or sets a value that specifies whether the image defined by the ImageObjectProperties class is of the PNG type.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
[Obsolete("This property was only required for old browsers (such as IE6), which are not supported now.")]
public bool IsPng { get; set; }

Property Value

Type Default Description
Boolean false

true if the defined image is of the PNG type; otherwise, false.

See Also