| Package | Description |
|---|---|
| com.itextpdf.text | |
| com.itextpdf.text.pdf |
| Modifier and Type | Method and Description |
|---|---|
static Image |
Image.getInstance(byte[] imgb) |
static Image |
Image.getInstance(byte[] imgb,
boolean recoverFromImageError)
gets an instance of an Image
|
static Image |
Image.getInstance(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data)
Creates an Image with CCITT G3 or G4 compression.
|
static Image |
Image.getInstance(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data,
int[] transparency)
Creates an Image with CCITT G3 or G4 compression.
|
static Image |
Image.getInstance(int width,
int height,
int components,
int bpc,
byte[] data)
Gets an instance of an Image in raw mode.
|
static Image |
Image.getInstance(int width,
int height,
int components,
int bpc,
byte[] data,
int[] transparency)
Gets an instance of an Image in raw mode.
|
static Image |
Image.getInstance(PdfTemplate template)
gets an instance of an Image
|
static Image |
Image.getInstance(PRIndirectReference ref)
Reuses an existing image.
|
static Image |
Image.getInstance(String filename)
Gets an instance of an Image.
|
static Image |
Image.getInstance(String filename,
boolean recoverFromImageError) |
static Image |
Image.getInstance(URL url) |
static Image |
Image.getInstance(URL url,
boolean recoverFromImageError)
Gets an instance of an Image.
|
| Constructor and Description |
|---|
ImgCCITT(int width,
int height,
boolean reverseBits,
int typeCCITT,
int parameters,
byte[] data)
Creates an Image with CCITT compression.
|
ImgRaw(int width,
int height,
int components,
int bpc,
byte[] data)
Creates an Image in raw mode.
|
ImgTemplate(PdfTemplate template)
Creates an Image from a PdfTemplate.
|
ImgWMF(byte[] img)
Constructs an
ImgWMF-object from memory. |
ImgWMF(String filename)
Constructs an
ImgWMF-object, using a filename. |
ImgWMF(URL url)
Constructs an
ImgWMF-object, using an url. |
Jpeg(byte[] img)
Constructs a
Jpeg-object from memory. |
Jpeg(byte[] img,
float width,
float height)
Constructs a
Jpeg-object from memory. |
Jpeg(URL url)
Constructs a
Jpeg-object, using an url. |
Jpeg2000(byte[] img)
Constructs a
Jpeg2000-object from memory. |
Jpeg2000(byte[] img,
float width,
float height)
Constructs a
Jpeg2000-object from memory. |
Jpeg2000(URL url)
Constructs a
Jpeg2000-object, using an url. |
| Modifier and Type | Method and Description |
|---|---|
Image |
BarcodeDatamatrix.createImage()
Gets an
Image with the barcode. |
Image |
BarcodeQRCode.getImage()
Gets an
Image with the barcode. |
Image |
BarcodePDF417.getImage()
Gets an
Image with the barcode. |
Copyright © 2016. All rights reserved.