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

In This Topic
    getMaxMagBits Method (StdQuantizer)
    In This Topic
    Returns the maximum number of magnitude bits in any subband of the current tile.
    Syntax
    'Declaration
     
    
    Public Overrides Function getMaxMagBits( _
       ByVal c As Integer _
    ) As Integer
    public override 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