ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / LayersInfo Class / getExtraLayers Method
The optimization point index (starts at 0).

In This Topic
    getExtraLayers Method
    In This Topic
    Returns the number of extra layers to add after the optimization point 'n', but before optimization point 'n+1'. If there is no optimization point 'n+1' then they should be added before the overall target bitrate.
    Syntax
    'Declaration
     
    
    Public Overridable Function getExtraLayers( _
       ByVal n As Integer _
    ) As Integer
    public virtual int getExtraLayers( 
       int n
    )

    Parameters

    n
    The optimization point index (starts at 0).

    Return Value

    The number of extra (unoptimized) layers to add after the optimization point 'n'
    See Also