ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.encoder Namespace / PostCompRateAllocator Class / runAndWrite Method

In This Topic
    runAndWrite Method (PostCompRateAllocator)
    In This Topic
    Runs the rate allocation algorithm and writes the data to the bit stream. This must be called after the initialize() method.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub runAndWrite() 
    public abstract void runAndWrite()
    See Also