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

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