Custom stamp design customization

Hi,

Is there a way we can customize border width and size of custom stamp design?

Webviewer({…}, wvElement).then(instance => {
const { documentViewer, Annotations } = instance.Core;

const tool = documentViewer.getTool(‘AnnotationCreateRubberStamp’);

const customStamps = [
{ title: “Approved”, subtitle: “[By $currentUser at] h:mm:ss a, MMMM D, YYYY” },
{ title: “Reviewed”, subtitle: “[By $currentUser at] h:mm:ss a, MMMM D, YYYY”, color: new Annotations.Color(‘#D65656’) },
]
tool.setCustomStamps(customStamps)
})

Hi Zihad
Current we don’t export any API to change the size of stamp annotation. Can we know why do you want this option? We may add this feature based on your request.

Best,
Jack