public interface WatermarkCallback
| Modifier and Type | Method and Description |
|---|---|
void |
paintWatermark(java.awt.Graphics g,
Page page,
int renderHintType,
int boundary,
float userRotation,
float userZoom)
Paints a watermark on top of the pages content.
|
void paintWatermark(java.awt.Graphics g,
Page page,
int renderHintType,
int boundary,
float userRotation,
float userZoom)
g - graphics content used to paint the page content.page - page that is being page.renderHintType - rendering hints, SCREEN or PRINTboundary - boundary box used to paint the page content.userRotation - user rotation specified to paint page contentuserZoom - user zoom specified to paint page content.