Optional iconfalse
Optional onCallback when the watermark is clicked.
Optional padding?: number | { Padding in pixels. Can be a number or an object with top, right, bottom, and left properties.
16
// Watermark with 20 pixels of padding on all sides
__showWatermark({
padding: 20,
});
// Watermark with unique top, right, bottom, left padding
__showWatermark({
padding: {
top: 10,
right: 20,
bottom: 30,
left: 40,
},
});
Optional position?: TWatermarkPositionPosition of the watermark on the screen.
'bottom-left'
Optional scale?: numberScale of the watermark between 0.5 and 1.5.
1
Show only the Mappedin icon without text.