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

In This Topic
    cocValue Field (HeaderInfo)
    In This Topic
    Reference 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.
    Syntax
    'Declaration
     
    
    Public cocValue As Dictionary(Of Object,Object)
    public Dictionary<object,object> cocValue
    See Also