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

In This Topic
    getData Method (DataBlkFloat)
    In This Topic
    Returns the array containing the data, or null if there is no data array. The returned array is a float array.
    Syntax
    'Declaration
     
    Public Overrides Function getData() As System.Object
    public override System.object getData()

    Return Value

    The array of data (a float[]) or null if there is no data.
    See Also