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

In This Topic
    Data Property (DataBlkInt)
    In This Topic
    Returns the array containing the data, or null if there is no data array. The returned array is a 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 block's 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