StampWithOptions

Overview

StampWithOptions is a interface in Aspose.PDF FOSS for TypeScript.

Properties: mode, opacity, rect, rotate.

Properties

NameTypeAccessDescription
mode: 'overlay' | 'underlay'Read‘overlay’ draws on top of existing content, ‘underlay’ behind it.
rect: [number, number, number, number]ReadTarget box [x0, y0, x1, y1] the source is fitted into; default = page CropBox.
opacity: numberReadConstant opacity 0..1 (reuses /ExtGState).
rotate: 0 | 90 | 180 | 270ReadExtra clockwise rotation of the placed content, in degrees.