New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Telerik.Web.UI.BinaryImageFilter

Abstract filter class which is used when creating filters. Filters are used to manipulate the binary data of an image.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.UI.BinaryImageFilter

Properties

Name String

Gets the filter's name

Methods

ProcessImage

Process image data by applying the filter transformations

Parameters

input System.Byte

data to be processed

Returns

System.Byte[] processed data