iText 5

JBIG2Image

JBIG2Image 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.JBIG2Image[[JBIG2Image]] end

Members

Methods

Public Static methods

Details

Constructors

JBIG2Image

public JBIG2Image()

Methods

GetGlobalSegment

Source code

public static byte GetGlobalSegment(RandomAccessFileOrArray ra)

Arguments

Type

Name

Description

RandomAccessFileOrArray

ra

GetJbig2Image

Source code

public static Image GetJbig2Image(RandomAccessFileOrArray ra, int page)

Arguments

Type

Name

Description

RandomAccessFileOrArray

ra

int

page

GetNumberOfPages

Source code

public static int GetNumberOfPages(RandomAccessFileOrArray ra)

Arguments

Type

Name

Description

RandomAccessFileOrArray

ra

Generated with ModularDoc