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

In This Topic
    rgnValue Field
    In This Topic
    Reference to the RGN 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 rgnValue As Dictionary(Of Object,Object)
    public Dictionary<object,object> rgnValue
    See Also