public class Image extends ResourcefulEntity
Images op.
To learn more about images in PDFs, the Images op, and the data it
provides conveyed by this class, please visit
the
dedicated section in the PDFDATA.io API reference.
| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds()
Returns a representation of the on-page bounding box within which the embedded bitmap is
rendered.
|
BitmapResource |
getResource()
Returns the
BitmapResource provides the raster data for this
Image and also describes its characteristics beyond those properties provided by
generic Resources. |
void |
registerResource(Operation.Result result) |
getResourceIDpublic Bounds getBounds()
BitmapResource.getDimensions() via Image.getResource()
for that metric.public BitmapResource getResource()
BitmapResource provides the raster data for this
Image and also describes its characteristics beyond those properties provided by
generic Resources.getResource in class ResourcefulEntitypublic void registerResource(Operation.Result result)
registerResource in class ResourcefulEntityCopyright © 2017 PDFDATA.io. All rights reserved.