JBIG2Page 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.JBIG2Page[[JBIG2Page]] end
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Details
Constructors
JBIG2Page
Source code
public JBIG2Page(int page, JBIG2SegmentReader sr)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
page |
|
|
|
sr |
Methods
GetData
Source code
public virtual byte GetData(bool for_embedding)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
for_embedding |
AddSegment
Source code
public virtual void AddSegment(JBIG2Segment s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
Generated with ModularDoc