Version: 2.06
Documention: 2.05 (is there an newer one?)
Is it possible to set a pdf-File as watermark with an DLL-Funktion? Using the properties of the printer works fine, but I had to set these watermark with my program.
In the documention you write:
Function SetWatermark(Watermark As String, FontName As String, FontSize As
Integer, Orientation As Integer, Color As Long, HorzPos As Long, VertPos As Long,
Foreground As Long) As Long
Return type : long
Description : adds a watermark to every page of a PDF document
DLL call : long SetWatermark( HANDLE hIntf, LPCSTR szWatermark, LPCSTR
szFont, short fontSize, short Orientation, COLORREF colour,
LONG xPos, LONG yPos, BOOL bForeground )
FLL call : Not available
Parameters : Watermark text to print on each page
: FontName font to be used to print text
: FontSize font size in 0.1 inch units
: Orientation watermark text orientation in 0.1 degree units
: Colour watermark colour
: HorzPos horizontal position of text in 0.1 inch units
: VertPos vertical position of text in 0.1 inch units
: Foreground flag that indicates whether the watermark should be above
or below the page content
There is no parameter for 'Watermark source'

Mit freundlichen Grüßen / Best Regards
i.A. Sascha Münch