| Package | Description |
|---|---|
| com.itextpdf.io.image | |
| com.itextpdf.kernel.pdf.xobject |
| Modifier and Type | Field and Description |
|---|---|
protected ImageType |
ImageData.originalType |
| Modifier and Type | Method and Description |
|---|---|
ImageType |
ImageData.getOriginalType() |
static ImageType |
ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageType[] |
ImageType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TiffImageData.setOriginalType(ImageType originalType) |
| Constructor and Description |
|---|
ImageData(byte[] bytes, ImageType type) |
ImageData(URL url, ImageType type) |
RawImageData(byte[] bytes, ImageType type) |
RawImageData(URL url, ImageType type) |
| Modifier and Type | Method and Description |
|---|---|
ImageType |
PdfImageXObject.identifyImageType()
Identifies the type of the image that is stored in the bytes of this PdfImageXObject.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.