iText 5

JBIG2Page

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

void

AddSegment

(JBIG2Segment s)

byte``[]

GetData

(bool for_embedding)

Details

Constructors

JBIG2Page

Source code

public JBIG2Page(int page, JBIG2SegmentReader sr)

Arguments

Type

Name

Description

int

page

JBIG2SegmentReader

sr

Methods

GetData

Source code

public virtual byte GetData(bool for_embedding)

Arguments

Type

Name

Description

bool

for_embedding

AddSegment

Source code

public virtual void AddSegment(JBIG2Segment s)

Arguments

Type

Name

Description

JBIG2Segment

s

Generated with ModularDoc