| Modifier and Type | Method and Description |
|---|---|
byte[] |
Page.drawContents(DrawParams drawParams)
Draw the contents of the page into a bitmap, and return the raw bitmap data as an array of bytes arranged in left to right, top to bottom order.
|
java.util.List<java.awt.image.BufferedImage> |
Page.drawContents(DrawParams drawParams,
java.util.List<SeparationColorSpace> colorants)
Draw the contents of this page in collection of the images.
|
| Constructor and Description |
|---|
DrawParams(DrawParams rhs) |