| Package | Description |
|---|---|
| com.itextpdf.io.image |
| 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) |
Copyright © 1998–2017 iText Group NV. All rights reserved.