ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 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
    public virtual C1BinaryImageData ProcessImageData( 
       C1BinaryImageData imageData
    )

    Parameters

    imageData
    The C1BinaryImageData.

    Return Value

    The C1BinaryImageData after process.
    See Also