OverlayOptions
Overview
OverlayOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: opacity, pages, rect, rotate, underlay.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pages | : number[] | Read | 1-based target pages; default = every page. |
underlay | : boolean | Read | Draw behind existing content instead of on top. |
rect | : [number, number, number, number] | Read | Target box [x0, y0, x1, y1] the source is fitted into; default = page CropBox. |
opacity | : number | Read | Constant opacity 0..1 (reuses /ExtGState). |
rotate | : 0 | 90 | 180 | 270 | Read | Extra clockwise rotation of the placed content, in degrees. |