JBIG2Segment Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.codec.JBIG2SegmentReader
iTextSharp.text.pdf.codec.JBIG2SegmentReader.JBIG2Segment[[JBIG2Segment]]
end
subgraph System
System.IComparable_1[[IComparable]]
end
System.IComparable_1 --> iTextSharp.text.pdf.codec.JBIG2SegmentReader.JBIG2Segment
Members
Methods
Public methods
Details
Inheritance
IComparable
<JBIG2Segment
>
Constructors
JBIG2Segment
Source code
public JBIG2Segment(int segment_number)
Arguments
Type | Name | Description |
---|
int | segment_number | |
Methods
CompareTo
Source code
public virtual int CompareTo(JBIG2Segment s)
Arguments
Type | Name | Description |
---|
JBIG2Segment | s | |
Generated with ModularDoc