public class RenderPageAtResolution extends ImageSectionMapping
The entire PDF page is rendered into an image of the same size and the specified resolution.
For example, this mapping is suitable to create images of entire PDF pages.
Constructor | Description |
---|---|
RenderPageAtResolution(Resolution resolution) |
Modifier and Type | Method | Description |
---|---|---|
Resolution |
getResolution() |
The resolution of the output image (Getter)
|
void |
setResolution(Resolution value) |
The resolution of the output image (Setter)
|
equals, hashCode
public RenderPageAtResolution(Resolution resolution)
resolution
- The resolution of the output image.java.lang.IllegalArgumentException
- The resolution is smaller than 0.0 or greater than 10000.0.java.lang.IllegalArgumentException
- if resolution
is null
public Resolution getResolution()
public void setResolution(Resolution value)
java.lang.IllegalArgumentException
- if value
is null