Package com.itextpdf.text.pdf.pdfcleanup
Class PdfCleanUpContentChunk.Image
- java.lang.Object
-
- com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
-
- com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk.Image
-
- Enclosing class:
- PdfCleanUpContentChunk
public static class PdfCleanUpContentChunk.Image extends PdfCleanUpContentChunk
Represents an image used in a pdf content stream.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
PdfCleanUpContentChunk.Image, PdfCleanUpContentChunk.Text
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
newImageData
-
Constructor Summary
Constructors Constructor Description Image(boolean visible, byte[] newImageData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getNewImageData()
-
Methods inherited from class com.itextpdf.text.pdf.pdfcleanup.PdfCleanUpContentChunk
isVisible
-
-