Hi David,
Thanks so much for your response. I was hoping to get your expert comments on this issue.
Yes, we specifically want not to change the annotation text/position once its saved by one user, so that whenit goes to next user, he/she wont be able to make any changes to earlier annotations. Hence we would like to use the "burning" capability for webannotateviewer.
That article in KB seems to be for annotateviewer not webannotateviewer. When I try to use the code mentioned in that KB article it gives error at following point:
byte[] data = this.WebAnnotationViewer1.Annotations.Save(mem, new Atalasoft.Annotate.Formatters.XmpFormatter());
Error:
"Cannot implicitly convert type 'void' to 'byte[]'"
Please advice.
Thanks Much again.