ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / HeaderInfo Class
Fields Properties Methods


In This Topic
    HeaderInfo Class Members
    In This Topic

    The following tables list the members exposed by HeaderInfo.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Fields
     NameDescription
    Public FieldReference to the COC marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.  
    Public FieldReference to the COD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx.  
    Public FieldReference to the COM marker segments found in main and tile-part headers. The key is either "main_"+comIdx or "t"+tileIdx+"_"+comIdx.  
    Public FieldReference to the CRG marker segment found in main header  
    Public FieldReference to the POC marker segments found in main and first tile-part header. They key is either "main" or "t"+tileIdx.  
    Public FieldReference to the QCC marker segments found in main and first tile-part header. They key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.  
    Public FieldReference to the QCD marker segments found in main and first tile-part header. The key is either "main" or "t"+tileIdx.  
    Public FieldReference to the RGN marker segments found in main and first tile-part header. The key is either "main_c"+componentIndex or "t"+tileIdx+"_c"+component_index.  
    Public FieldReference to the SIZ marker segment found in main header  
    Public FieldReference to the SOT marker segments found in tile-part headers. The kwy is given by "t"+tileIdx"_tp"+tilepartIndex.  
    Top
    Public Properties
     NameDescription
    Public PropertyReturns a new instance of COC  
    Public PropertyReturns a new instance of COD  
    Public PropertyReturns a new instance of COM  
    Public PropertyReturns a new instance of CRG  
    Public PropertyReturns a new instance of POC  
    Public PropertyReturns a new instance of QCC  
    Public PropertyReturns a new instance of QCD  
    Public PropertyReturns a new instance of RGN  
    Public PropertyReturns a new instance of SIZ  
    Public PropertyReturns a new instance of SOT  
    Public PropertyReturns the number of found COM marker segments  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodReturns a copy of this object  
    Public MethodDisplay information found in the different marker segments of the main header  
    Public MethodReturns information found in the tile-part headers of a given tile exception the SOT marker segment.  
    Public MethodReturns information found in the tile-part headers of a given tile.  
    Top
    See Also