ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / MQCoder Class / LENGTH_LAZY_GOOD Field

In This Topic
    LENGTH_LAZY_GOOD Field (MQCoder)
    In This Topic
    Identifier for a very simple length calculation. This provides better results than the 'LENGTH_LAZY' computation. This is the old length calculation that was implemented in this class.
    Syntax
    'Declaration
     
    
    Public Const LENGTH_LAZY_GOOD As Integer
    public const int LENGTH_LAZY_GOOD
    See Also