ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / HeaderInfo Class / comValue Field

In This Topic
    comValue Field
    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