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.2.0.0 (2.2.0.0)
Syntax public bool SetFront(
bool isFront
)
Parameters
- isFront
- Type: SystemBoolean
Whether it is in front of text.
Return Value
Type:
BooleanReturns whether to successfully set watermark layer.
See Also