[]
        
(Showing Draft Content)

CSJ2K.j2k.image.BlkImgDataSrc

BlkImgDataSrc Interface

Namespace: CSJ2K.j2k.image
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public interface BlkImgDataSrc : ImgData

Methods

Name Description
getCompData(DataBlk, int)
getFixedPoint(int)

Returns the position of the fixed point in the specified component, or equivalently the number of fractional bits. This is the position of the least significant integral (i.e. non-fractional) bit, which is equivalent to the number of fractional bits. For instance, for fixed-point values with 2 fractional bits, 2 is returned. For floating-point data this value does not apply and 0 should be returned. Position 0 is the position of the least significant bit in the data.

getInternCompData(DataBlk, int)