Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 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 Object
    public override object getData()

    Return Value

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