ComponentOne PDF for .NET
CSJ2K.j2k.fileformat.reader Namespace / FileFormatReader Class / CodeStreamPos Property

In This Topic
    CodeStreamPos Property (FileFormatReader)
    In This Topic
    This method creates and returns an array of positions to contiguous codestreams in the file
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CodeStreamPos As Long()
    public virtual long[] CodeStreamPos {get;}

    Property Value

    The positions of the contiguous codestreams in the file
    See Also