add structred id to image annotations

This commit is contained in:
2025-10-08 00:36:20 +02:00
parent b72ac68daf
commit 44b204ca68
3 changed files with 7 additions and 3 deletions

View File

@@ -87,7 +87,10 @@ class App {
height: height,
}),
annotation.pageIndex,
imageAttachmentId
imageAttachmentId,
this.envelopeReceiver.envelopeId,
this.envelopeReceiver.receiverId,
'signature'
)
this.pdfKit.create(frameAnnotation)