THPDFPage.AddCurveWatermark Method
Adds a stroked cubic Bezier curve to the current page using the supplied watermark graphics options
Declaration
procedure AddCurveWatermark(X1, Y1, C1X, C1Y, C2X, C2Y, X2, Y2: Single; const Options: THPDFWatermarkBase);
Parameters
X1,Y1identify the curve start pointC1X,C1YandC2X,C2Yare the two cubic control pointsX2,Y2identify the curve end pointOptionssupplies stroke colour, width, opacity, placement, and overlay settings
Usage notes
- Coordinates use the document measurement unit configured on the owning
THotPDF - The curve is emitted as one PDF
coperator followed by a stroke operation