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

In This Topic
    initialize Method (PostCompRateAllocator)
    In This Topic
    Initializes the rate allocation points, taking into account header overhead and such. This method must be called after the header has been simulated but before calling the runAndWrite() one. The header must be rewritten after a call to this method since the number of layers may change.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub initialize() 
    public abstract void initialize()
    See Also