ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.decoder Namespace / DecLyrdCBlk Class
Members

In This Topic
    DecLyrdCBlk Class
    In This Topic
    This class stores coded (compressed) code-blocks that are organized in layers. This object can contain either all code-block data (i.e. all layers), or a subset of all the layers that make up the whole compressed code-block. It is applicable to the decoder engine only. Some data of the coded-block is stored in the super class, see CodedCBlk.

    A code-block may have its progressive attribute set (i.e. the 'prog' flag is true). If a code-block is progressive then it means that more data for it may be obtained for an improved quality. If the progressive flag is false then no more data is available from the source for this code-block.

    Object Model
    DecLyrdCBlk Class
    Syntax
    'Declaration
     
    
    Public Class DecLyrdCBlk 
       Inherits CSJ2K.j2k.entropy.CodedCBlk
    public class DecLyrdCBlk : CSJ2K.j2k.entropy.CodedCBlk 
    Inheritance Hierarchy

    System.Object
       CSJ2K.j2k.entropy.CodedCBlk
          CSJ2K.j2k.entropy.decoder.DecLyrdCBlk

    See Also