ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / HeaderDecoder Class / getOriginalBitDepth Method
The index of the component

In This Topic
    getOriginalBitDepth Method
    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