Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.xobject |
This package deals with images that are stored in a PDF document.
|
org.apache.pdfbox.util |
This package contains utility classes that are used by the PDFBox project.
|
Modifier and Type | Method | Description |
---|---|---|
ImageParameters |
PDInlinedImage.getImageParameters() |
This will get the image parameters.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDInlinedImage.setImageParameters(ImageParameters imageParams) |
This will set the image parameters for this image.
|
Modifier and Type | Method | Description |
---|---|---|
ImageParameters |
PDFOperator.getImageParameters() |
This will get the image parameters, this is only valid for BI operators.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFOperator.setImageParameters(ImageParameters params) |
This will set the image parameters, this is only valid for BI operators.
|