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 and Description |
---|---|
ImageParameters |
PDInlinedImage.getImageParameters()
This will get the image parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
PDInlinedImage.setImageParameters(ImageParameters imageParams)
This will set the image parameters for this image.
|
Modifier and Type | Method and Description |
---|---|
ImageParameters |
PDFOperator.getImageParameters()
This will get the image parameters, this is only valid for BI operators.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFOperator.setImageParameters(ImageParameters params)
This will set the image parameters, this is only valid for BI operators.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.