Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / setData Method
The data array to use. Must be a float array.

In This Topic
    setData Method (DataBlkFloat)
    In This Topic
    Sets the data array to the specified one. The provided array must be a float array, otherwise a Exception is thrown. The size of the array is not checked for consistency with the block's dimensions.
    Syntax
    'Declaration
     
    Public Overrides Sub setData( _
       ByVal arr As System.Object _
    ) 
    public override void setData( 
       System.object arr
    )

    Parameters

    arr
    The data array to use. Must be a float array.
    See Also