ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream Namespace / HeaderInfo Class / toStringTileHeader Method
index of the tile

In This Topic
    toStringTileHeader Method
    In This Topic
    Returns information found in the tile-part headers of a given tile.
    Syntax
    'Declaration
     
    
    Public Overridable Function toStringTileHeader( _
       ByVal t As Integer, _
       ByVal ntp As Integer _
    ) As String
    public virtual string toStringTileHeader( 
       int t,
       int ntp
    )

    Parameters

    t
    index of the tile
    ntp
    See Also