Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / setDataFloat Method
The data array to use.

In This Topic
    setDataFloat Method
    In This Topic
    Sets the data array to the specified one. The size of the array is not checked for consistency with the block's dimensions.
    Syntax
    'Declaration
     
    Public Sub setDataFloat( _
       ByVal arr() As System.Single _
    ) 
    public void setDataFloat( 
       System.float[] arr
    )

    Parameters

    arr
    The data array to use.
    See Also