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

In This Topic
    getCompSubsY Method (HeaderDecoder)
    In This Topic
    Returns the component sub-sampling factor, with respect to the reference grid, along the vertical direction for the specified component.
    Syntax
    'Declaration
     
    
    Public Function getCompSubsY( _
       ByVal c As Integer _
    ) As Integer
    public int getCompSubsY( 
       int c
    )

    Parameters

    c
    The index of the component

    Return Value

    The component sub-sampling factor Y-wise.
    See Also