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

In This Topic
    DataInt Property (DataBlkInt)
    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. This method is more efficient than setData
    Syntax
    'Declaration
     
    
    Public Overridable Property DataInt As Integer()
    public virtual int[] DataInt {get; set;}

    Property Value

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