ComponentOne PDF for .NET
CSJ2K.j2k.codestream Namespace / HeaderInfo Class / toStringTileHeader Method
index of the tile

In This Topic
    toStringTileHeader Method (HeaderInfo)
    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