public class PdfImage extends PdfStream
PdfImage
is a PdfStream
containing an image-Dictionary
and -stream.Modifier and Type | Field | Description |
---|---|---|
protected Image |
image |
|
protected PdfName |
name |
This is the
PdfName of the image. |
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
BEST_COMPRESSION, BEST_SPEED, compressed, compressionLevel, DEFAULT_COMPRESSION, inputStream, inputStreamLength, NO_COMPRESSION, rawLength, ref, streamBytes, writer
Constructor | Description |
---|---|
PdfImage(Image image,
String name,
PdfIndirectReference maskRef) |
Constructs a
PdfImage -object. |
Modifier and Type | Method | Description |
---|---|---|
Image |
getImage() |
|
protected void |
importAll(PdfImage dup) |
|
PdfName |
name() |
Returns the
PdfName of the image. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
flateCompress, flateCompress, getRawLength, superToPdf, toPdf, toString, writeContent, writeLength
protected PdfName name
PdfName
of the image.protected Image image
public PdfImage(Image image, String name, PdfIndirectReference maskRef) throws BadPdfFormatException
PdfImage
-object.image
- the Image
-objectname
- the PdfName
for this imageBadPdfFormatException
- on errorCopyright © 2018. All rights reserved.