change the y-offset of ANNOTATION_TYPE_IMAGE

This commit is contained in:
2025-09-16 16:54:44 +02:00
parent 5d758601b9
commit b2bfc11713
3 changed files with 3 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ Namespace Jobs.FinalizeDocument
Select Case oAnnotation.type
Case ANNOTATION_TYPE_IMAGE
'Add offset to solve the seal position problem in ink signatures
Dim yOffset As Double = If(isSeal And sigAnnotType = ANNOTATION_TYPE_INK, 0.16, 0)
Dim yOffset As Double = If(isSeal And sigAnnotType = ANNOTATION_TYPE_INK, 0.07, 0)
AddImageAnnotation(oAnnotation, oAnnotationData.attachments, yOffset)
Case ANNOTATION_TYPE_INK