Create a watermark version of the file. A watermark version is PDF file, but the whole content is added as pictures in an adjustable resolution. Furthermore, the picture is annotated by a watermark text going diagonal across each page.
There is no way to increase the quality or remove the watermark text completely afterwards.
Assembly: InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public bool CreateWatermark( string strFile, string strText, short nDPI ) | 
| Visual Basic (Declaration) | 
|---|
| Public Function CreateWatermark ( _ strFile As String, _ strText As String, _ nDPI As Short _ ) As Boolean | 
| Visual C++ | 
|---|
| public: bool CreateWatermark( String^ strFile, String^ strText, short nDPI ) | 
Parameters
- strFile
- Type: System..::.String
 The filename of the watermarked version.
- strText
- Type: System..::.String
 The watermark text.
- nDPI
- Type: System..::.Int16
 The output resolution as DPI.





