ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.quantization.quantizer Namespace / Quantizer Class / getNumGuardBits Method
Tile index
Component index

In This Topic
    getNumGuardBits Method (Quantizer)
    In This Topic
    Returns the number of guard bits used by this quantizer in the given tile-component.
    Syntax
    'Declaration
     
    
    Public MustOverride Function getNumGuardBits( _
       ByVal t As Integer, _
       ByVal c As Integer _
    ) As Integer
    public abstract int getNumGuardBits( 
       int t,
       int c
    )

    Parameters

    t
    Tile index
    c
    Component index

    Return Value

    The number of guard bits
    See Also