ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / BitOutputBuffer Class / writeBits Method

In This Topic
    writeBits Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub writeBits( _
       ByVal bits As Integer, _
       ByVal n As Integer _
    ) 
    public void writeBits( 
       int bits,
       int n
    )

    Parameters

    bits
    n
    See Also