ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.segment.region.generic Namespace / GenericRegionSegment Class / GenericRegionSegment Constructor

In This Topic
    GenericRegionSegment Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal streamDecoder As JBIG2StreamDecoder, _
       ByVal inlineImage As Boolean _
    )
    public GenericRegionSegment( 
       JBIG2StreamDecoder streamDecoder,
       bool inlineImage
    )

    Parameters

    streamDecoder
    inlineImage
    See Also