ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / CBlkWTDataInt Class / Data Property

In This Topic
    Data Property (CBlkWTDataInt)
    In This Topic
    Returns the array containing the data, or null if there is no data array. The returned array is an int array. Sets the data array to the specified one. The provided array must be a int array, otherwise a ClassCastException is thrown. The size of the array is not checked for consistency with the code-block dimensions.
    Syntax
    'Declaration
     
    
    Public Overrides Property Data As Object
    public override object Data {get; set;}

    Property Value

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