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

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

    Parameters

    c
    The index of the component

    Return Value

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