ComponentOne PDF for .NET
CSJ2K.j2k.codestream.writer Namespace / HeaderEncoder Class / encodeTilePartHeader Method
Index of the tile to write

In This Topic
    encodeTilePartHeader Method (HeaderEncoder)
    In This Topic
    Writes tile-part header. JJ2000 tile-part header corresponds to the following sequence of marker segments:
    1. SOT
    2. COD (if needed)
    3. COC (if needed)
    4. QCD (if needed)
    5. QCC (if needed)
    6. RGN (if needed)
    7. POC (if needed)
    8. SOD
    Syntax
    'Declaration
     
    
    Public Overridable Sub encodeTilePartHeader( _
       ByVal tileLength As Integer, _
       ByVal tileIdx As Integer _
    ) 
    public virtual void encodeTilePartHeader( 
       int tileLength,
       int tileIdx
    )

    Parameters

    tileLength
    tileIdx
    Index of the tile to write
    See Also