ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / IntegerSpec Class / getMaxInComp Method
The component index

In This Topic
    getMaxInComp Method
    In This Topic
    Gets the maximum value of each tile for specified component
    Syntax
    'Declaration
     
    
    Public Overridable Function getMaxInComp( _
       ByVal c As Integer _
    ) As Integer
    public virtual int getMaxInComp( 
       int c
    )

    Parameters

    c
    The component index

    Return Value

    The maximum value
    See Also