ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / readFoundTilePartMarkSeg Method
The index of the current tile
Index of the current tile-part

In This Topic
    readFoundTilePartMarkSeg Method
    In This Topic
    Retrieves and reads all marker segments previously found in the tile-part header.
    Syntax
    'Declaration
     
    
    Public Overridable Sub readFoundTilePartMarkSeg( _
       ByVal tileIdx As Integer, _
       ByVal tpIdx As Integer _
    ) 
    public virtual void readFoundTilePartMarkSeg( 
       int tileIdx,
       int tpIdx
    )

    Parameters

    tileIdx
    The index of the current tile
    tpIdx
    Index of the current tile-part
    See Also