ComponentOne PDF for .NET
org.jpedal.jbig2 Namespace / JBIG2Decoder Class / AllSegments Property

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