StampWithOptions
Overview
StampWithOptions is a interface in Aspose.PDF FOSS for TypeScript.
Properties: mode, opacity, rect, rotate.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mode | : 'overlay' | 'underlay' | Read | ‘overlay’ draws on top of existing content, ‘underlay’ behind it. |
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. |