ComponentOne PDF for .NET
org.jpedal.jbig2.image Namespace / JBIG2Bitmap.FastBitSet Class / set Method / set(Int32,Int32,Boolean) Method

In This Topic
    set(Int32,Int32,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub set( _
       ByVal start As Integer, _
       ByVal end As Integer, _
       ByVal value As Boolean _
    ) 
    public void set( 
       int start,
       int end,
       bool value
    )

    Parameters

    start
    end
    value
    See Also