iText 5

JBIG2SegmentReader (1)

JBIG2SegmentReader Public class

Diagram

flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf.codec iTextSharp.text.pdf.codec.JBIG2SegmentReader[[JBIG2SegmentReader]] end

Members

Methods

Public Static methods

Returns

Name

byte``[]

CopyByteArray

(byte``[] b)

Public methods

Returns

Name

byte``[]

GetGlobal

(bool for_embedding)

JBIG2Page

GetPage

(int page)

int

GetPageHeight

(int i)

int

GetPageWidth

(int i)

int

NumberOfPages

()

void

Read

()

string

ToString

()

Details

Nested types

Classes
  • JBIG2Segment

  • JBIG2Page

Constructors

JBIG2SegmentReader

Source code

public JBIG2SegmentReader(RandomAccessFileOrArray ra)

Arguments

Type

Name

Description

RandomAccessFileOrArray

ra

Methods

CopyByteArray

Source code

public static byte CopyByteArray(byte[] b)

Arguments

Type

Name

Description

byte``[]

b

Read

Source code

public virtual void Read()

NumberOfPages

Source code

public virtual int NumberOfPages()

GetPageHeight

Source code

public virtual int GetPageHeight(int i)

Arguments

Type

Name

Description

int

i

GetPageWidth

Source code

public virtual int GetPageWidth(int i)

Arguments

Type

Name

Description

int

i

GetPage

Source code

public virtual JBIG2Page GetPage(int page)

Arguments

Type

Name

Description

int

page

GetGlobal

Source code

public virtual byte GetGlobal(bool for_embedding)

Arguments

Type

Name

Description

bool

for_embedding

ToString

Source code

public override string ToString()

Generated with ModularDoc