Table of Contents

Class Jpeg2000

Namespace
iTextSharp.text
Assembly
iTextSharp.LGPLv2.Core.dll

An Jpeg2000 is the representation of a graphic element (JPEG) that has to be inserted into the document @see Element @see Image

public class Jpeg2000 : Image, IElement
Inheritance
Jpeg2000
Implements
Inherited Members

Constructors

Jpeg2000(byte[])

Constructs a Jpeg2000 -object from memory. @throws BadElementException @throws IOException

public Jpeg2000(byte[] img)

Parameters

img byte[]

image

Jpeg2000(byte[], float, float)

Constructs a Jpeg2000 -object from memory. @throws BadElementException @throws IOException

public Jpeg2000(byte[] img, float width, float height)

Parameters

img byte[]

image.

width float

you want the image to have

height float

you want the image to have

Jpeg2000(Uri)

Constructs a Jpeg2000 -object, using an url. @throws BadElementException @throws IOException

public Jpeg2000(Uri url)

Parameters

url Uri

where the image can be found

Jpeg2000(Image)

Constructors

public Jpeg2000(Image image)

Parameters

image Image

Fields

JP2_BPCC

public static final membervariables

public const int JP2_BPCC = 1651532643

Field Value

int

JP2_COLR

public const int JP2_COLR = 1668246642

Field Value

int

JP2_DBTL

public const int JP2_DBTL = 1685348972

Field Value

int

JP2_FTYP

public const int JP2_FTYP = 1718909296

Field Value

int

JP2_IHDR

public const int JP2_IHDR = 1768449138

Field Value

int

JP2_JP

public const int JP2_JP = 1783636000

Field Value

int

JP2_JP2

public const int JP2_JP2 = 1785737760

Field Value

int

JP2_JP2C

public const int JP2_JP2C = 1785737827

Field Value

int

JP2_JP2H

public const int JP2_JP2H = 1785737832

Field Value

int

JP2_URL

public const int JP2_URL = 1970433056

Field Value

int

JPIP_JPIP

public const int JPIP_JPIP = 1785751920

Field Value

int

Methods

Jp2_read_boxhdr()

public void Jp2_read_boxhdr()