16-11-23
This commit is contained in:
@@ -64,7 +64,8 @@
|
||||
id: id,
|
||||
pageIndex: pageIndex,
|
||||
formFieldName: id,
|
||||
boundingBox: new PSPDFKit.Geometry.Rect({ width, height, top, left })
|
||||
boundingBox: new PSPDFKit.Geometry.Rect({ width, height, top, left }),
|
||||
backgroundColor: new PSPDFKit.Color({ r: 225, g: 29, b: 72 })
|
||||
})
|
||||
|
||||
return annotation
|
||||
|
||||
Reference in New Issue
Block a user