Back to Devexpress

ASPxBinaryImage.IsPng Property

aspnet-devexpress-dot-web-dot-aspxbinaryimage-62cb6070.md

latest1.3 KB
Original Source

ASPxBinaryImage.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 ASPxBinaryImage class is of the PNG type.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
[Obsolete("This property was only required for old browsers (such as IE6), which are not supported now.", true)]
public bool IsPng { get; set; }
vb
<DefaultValue(False)>
<Obsolete("This property was only required for old browsers (such as IE6), which are not supported now.", True)>
Public Property IsPng As Boolean

Property Value

TypeDefault
Booleanfalse

See Also

ASPxBinaryImage Class

ASPxBinaryImage Members

DevExpress.Web Namespace