A few years ago we build an RA program to add annotations to Content Manager documents we migrated into Laserfiche. It worked quite well.
We have a similar migration for Perceptive ImageNow, V7, and dusted the old project off. We reconfigured it for the differences between CM and INOW.
But, when we go to add the annotation, it does not throw any errors, and it does not add an annotation either. We get a lot of nothing.
For a Text Box, we are setting properties for:
Text, Border Color, Fill Color, Coordinates (X, Y, Height, Width), Text size.
Then we call:
PI.AddAnnotation(Anno) PI.Save() 'Discard the object If Not PI Is Nothing Then PI = Nothing End If
PI is a PageInfo object, derived from an Document Info Object.
We can create a text box on the same page through workflow, so this one has us baffled.
Also the original target page was a greyscale image. To test the format, I added a B/T tif file as the target page. This made no difference.
Are we missing something obvious? TIA