Create a watermark version of the file. A watermark version is PDF file, but the whole content is added as pictures in 96 DPI 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.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool CreateWatermark(
	string strFile,
	string strText
)
Visual Basic (Declaration)
Public Function CreateWatermark ( _
	strFile As String, _
	strText As String _
) As Boolean
Visual C++
public:
bool CreateWatermark(
	String^ strFile, 
	String^ strText
)

Parameters

strFile
Type: System..::.String
The file name of the watermarked version.
strText
Type: System..::.String
The watermark text.

Return Value

True on success.

See Also