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

In This Topic
    getTargetBitrate Method
    In This Topic
    Returns the target bitrate of the optmimization point 'n'.
    Syntax
    'Declaration
     
    
    Public Overridable Function getTargetBitrate( _
       ByVal n As Integer _
    ) As Single
    public virtual float getTargetBitrate( 
       int n
    )

    Parameters

    n
    The optimization point index (starts at 0).

    Return Value

    The target bitrate (in bpp) for the optimization point 'n'.
    See Also