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

In This Topic
    FirstCodeStreamLength Property (FileFormatReader)
    In This Topic
    This method returns the length of the first contiguous codestreams in the file
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property FirstCodeStreamLength As Integer
    public virtual int FirstCodeStreamLength {get;}

    Property Value

    The length of the first contiguous codestream in the file
    See Also