| Package | Description |
|---|---|
| org.sejda.sambox.pdmodel |
| Modifier and Type | Method and Description |
|---|---|
void |
PDPageContentStream.drawImage(PDInlineImage inlineImage,
float x,
float y)
Draw an inline image at the x,y coordinates, with the default size of the image.
|
void |
PDPageContentStream.drawImage(PDInlineImage inlineImage,
float x,
float y,
float width,
float height)
Draw an inline image at the x,y coordinates and a certain width and height.
|
Copyright © 2020 sejda. All rights reserved.