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

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