Skip to content

Commit 8afbce6

Browse files
Himakshi Salhotramahour
authored andcommitted
change default value of appearOnForeground to True
1 parent 55c9d12 commit 8afbce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/overview/pdf-services-api/howtos/pdf-watermark-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The page ranges are specified as an array of objects whose length cannot exceed
3333
:
3434
### Appearance (_appearance_)
3535

36-
* **Foreground** (*appearOnForeground*) : Specifies the placement of the watermark on the page. It can appear in the foreground or background. The default value is false, placing the watermark in the background.
36+
* **Foreground** (*appearOnForeground*) : Specifies the placement of the watermark on the page. It can appear in the foreground or background. The default value is true, placing the watermark in the foreground.
3737
* **Opacity** (*opacity*) : Specifies the opacity of the watermark, represented as an integer percentage value ranging from 0 to 100. The default value is 100.
3838

3939
## REST API

0 commit comments

Comments
 (0)