Hello,
Is there a way to remove only a specific annotation ? By an Id or is name, or somethink ?
Actually I remove all annotation before I add new one but I would like to remove only specific annoation thas is not up to date:
I know there is this method exist await ViewerPdf.DeleteAnnotation() but I dont understand what it does.
My code :
await ViewerPdf.DeleteAnnotations();
await ViewerPdf.ImportAnnotation(jsonAnnotation.GenerateStream(), AnnotationDataFormat.Json);
Thanks,
Nicolas