public class PdfWatermarkableImage extends WatermarkableImage
Represents an image inside a Pdf document.
Constructor and Description |
---|
PdfWatermarkableImage(byte[] imageData)
Initializes a new instance of the
class using specified image data. |
add, getBytes, getHeight, getWidth
findImages, findImages, search, search
public PdfWatermarkableImage(byte[] imageData)
PdfWatermarkableImage
class using specified image data.imageData
- The array of unsigned bytes from which to create the PdfWatermarkableImage
.