ComponentOne PDF for .NET
CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / getOriginalBitDepth Method
The index of the component

In This Topic
    getOriginalBitDepth Method (HeaderDecoder)
    In This Topic
    Returns the original bitdepth of the specified component.
    Syntax
    'Declaration
     
    
    Public Function getOriginalBitDepth( _
       ByVal c As Integer _
    ) As Integer
    public int getOriginalBitDepth( 
       int c
    )

    Parameters

    c
    The index of the component

    Return Value

    The bitdepth of the component
    See Also