|
|
|
|
|
<PDF reader>.AddWatermark (Function) In french: <Lecteur PDF>.AjouteFiligrane Adds a watermark to all the pages of a PDF file in a PDF Reader control. Note: This function can be used several times on the same document to add different watermarks. MonFiligrane is Watermark
MonFiligrane.Text = "Confidentiel"
MonFiligrane.Font.Name = "Arial"
MonFiligrane.Position = iCenterH + iBottom
MonPDF is pdfDocument = fExeDir() + [fSep()] + "ETAT_SansNom1.pdf"
PDF_MonLecteur.AjouteFiligrane(MonFiligrane)
Syntax
<PDF Reader control>.AddWatermark(<Watermark>)
<PDF Reader control>: Control name Name of PDF Reader control to use <Watermark>: Watermark variable Name of the Watermark variable that corresponds to the watermark to be added in all pages of the PDF document.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|