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

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