Click or drag to resize

CPDFWatermarkSetFront Method

Sets watermark layer. True means watermark is in front of text, false means behind text.

Namespace:  ComPDFKit.PDFWatermark
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetFront(
	bool isFront
)

Parameters

isFront
Type: SystemBoolean
Whether it is in front of text.

Return Value

Type: Boolean
Returns whether to successfully set watermark layer.
See Also