C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1BinaryImage Namespace / C1BinaryImageHandler Class / ProcessImageData Method
The C1BinaryImageData.

In This Topic
ProcessImageData Method
In This Topic
Process the C1BinaryImageData.
Syntax
'Declaration
 
Public Overridable Function ProcessImageData( _
   ByVal imageData As C1BinaryImageData _
) As C1BinaryImageData
 

Parameters

imageData
The C1BinaryImageData.

Return Value

The C1BinaryImageData after process.
See Also