- Load pdf from base64 encoded byte array with DocumentPath
- Add custom image annotation to viewer with AddAnnotationAsync
- Select and move image annotation to new location in viewer
- Get pdf byte array from viewer with GetDocumentAsync and save to file
- Compare pdf displayed in web page viewer and pdf file displayed in browser. Image annotation will be in different location on pdf file and smaller. This does not happen for free text annotation
This can be replicated in sample code by:
Clicking Annotation button
Clicking Save button
New pdf file will be written to source folder