ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / DataBlkFloat Class / DataFloat Property

In This Topic
    DataFloat Property (DataBlkFloat)
    In This Topic
    Returns the array containing the data, or null if there is no data array. 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 Overridable Property DataFloat As Single()
    public virtual float[] DataFloat {get; set;}

    Property Value

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