ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.quantizer Namespace / Quantizer Class / getMaxMagBits Method
the component number

In This Topic
    getMaxMagBits Method (Quantizer)
    In This Topic
    Returns the maximum number of magnitude bits in any subband in the current tile.
    Syntax
    'Declaration
     
    
    Public MustOverride Function getMaxMagBits( _
       ByVal c As Integer _
    ) As Integer
    public abstract int getMaxMagBits( 
       int c
    )

    Parameters

    c
    the component number

    Return Value

    The maximum number of magnitude bits in all subbands of the current tile.
    See Also