Jpeg2000 Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text iTextSharp.text.Jpeg2000[[Jpeg2000]] iTextSharp.text.Image[[Image]] class iTextSharp.text.Image abstractStyle; end iTextSharp.text.Image --> iTextSharp.text.Jpeg2000
Members
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
() |
|
|
() |
|
|
() |
Details
Inheritance
Nested types
Classes
-
ColorSpecBox
Constructors
Jpeg2000 [1/4]
Source code
public Jpeg2000(Image image)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
image |
Jpeg2000 [2/4]
Source code
public Jpeg2000(Uri url)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
url |
Jpeg2000 [3/4]
Source code
public Jpeg2000(byte[] img)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
img |
Jpeg2000 [4/4]
Source code
public Jpeg2000(byte[] img, float width, float height)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
img |
|
|
|
width |
|
|
|
height |
Methods
Jp2_read_boxhdr
Source code
public virtual void Jp2_read_boxhdr()
GetNumOfComps
Source code
public virtual int GetNumOfComps()
GetBpcBoxData
Source code
public virtual byte GetBpcBoxData()
GetColorSpecBoxes
Source code
public virtual List<ColorSpecBox> GetColorSpecBoxes()
IsJp2
Source code
public virtual bool IsJp2()
Generated with ModularDoc