ComponentOne PDF for .NET
CSJ2K.j2k.codestream Namespace / HeaderInfo Class / comValue Field

In This Topic
    comValue Field (HeaderInfo)
    In This Topic
    Reference to the COM marker segments found in main and tile-part headers. The key is either "main_"+comIdx or "t"+tileIdx+"_"+comIdx.
    Syntax
    'Declaration
     
    
    Public comValue As Dictionary(Of Object,Object)
    public Dictionary<object,object> comValue
    See Also