change the y-offset of ANNOTATION_TYPE_IMAGE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user