ReportViewer for WPF and Silverlight | ComponentOne
org.jpedal.jbig2.image Namespace / JBIG2Bitmap.FastBitSet Class / or Method

In This Topic
    or Method (JBIG2Bitmap.FastBitSet)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub or( _
       ByVal startindex As Integer, _
       ByVal set As JBIG2Bitmap.FastBitSet, _
       ByVal setStartIndex As Integer, _
       ByVal length As Integer _
    ) 
    public void or( 
       int startindex,
       JBIG2Bitmap.FastBitSet set,
       int setStartIndex,
       int length
    )

    Parameters

    startindex
    set
    setStartIndex
    length
    See Also