ComponentOne PDF for .NET
CSJ2K.j2k.fileformat.reader Namespace / FileFormatReader Class / readJP2HeaderBox Method

In This Topic
    readJP2HeaderBox Method (FileFormatReader)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function readJP2HeaderBox( _
       ByVal pos As Long, _
       ByVal length As Integer, _
       ByVal longLength As Long _
    ) As Boolean
    public virtual bool readJP2HeaderBox( 
       long pos,
       int length,
       long longLength
    )

    Parameters

    pos
    length
    longLength
    See Also