ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy Namespace / StdEntropyCoderOptions Structure / OPT_BYPASS Field

In This Topic
    OPT_BYPASS Field
    In This Topic
    The flag bit to indicate that selective arithmetic coding bypass should be used. In this mode, the significance propagation and magnitude refinement passes bypass the arithmetic encoder in the fourth bit-plane and latter ones (but not the cleanup pass). Note that the transition between raw and AC segments needs terminations (whether or not OPT_TERM_PASS is used).
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly OPT_BYPASS As Integer
    public static readonly int OPT_BYPASS
    See Also