Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.image Namespace / DataBlkFloat Class / getDataFloat Method

In This Topic
    getDataFloat Method
    In This Topic
    Returns the array containing the data, or null if there is no data array.
    Syntax
    'Declaration
     
    Public Function getDataFloat() As System.Single()
    public System.float[] getDataFloat()

    Return Value

    The array of data or null if there is no data.
    See Also