void PDDocAddWatermarkFromText ()
This API adds a text-based watermark to a page range in the given document.
API syntax:
void PDDocAddWatermarkFromText (
PDDoc pdDoc,
PDDocWatermarkTextParamsRec* pTextParams,
PDDocAddWatermarkParamsRec* pParams
);
Parameter details:
- PdDoc is the document onto which the watermark will be added.
- TextParams is the structure describing the text-based watermark to be added.
- pParams is the structure specifying how the watermark should be added to the document.