ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.decoders Namespace / JBIG2StreamDecoder Class / AllSegments Property

In This Topic
    AllSegments Property (JBIG2StreamDecoder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property AllSegments As IList(Of Segment)
    public virtual IList<Segment> AllSegments {get;}
    See Also