<PackageReference Include="Relativity.Server.DocumentViewer.SDK" Version="5000.0.4" />

IAnnotationServiceManager

Annotation Service
Task Delete(int workspaceID, int[] annotationIds, int documentID, int markUpSetID)

Delete the annotations on the document in a workspace for the markupset.

Task<Dictionary<string, AnnotationList>> Get(int workspaceID, int documentID, int markUpSetID)

Get the annotations on the document in a workspace for the markupset.

Task<Dictionary<string, ImageWidthAndHeightModel>> GetGroupLegacyHeightAndWidth(int workspaceID, Dictionary<string, string> pageNumberAndDocumentGuid)

Get height and width of the image.

Task<SaveAnnotationsReturnObject> Save(int workspaceID, Annotation[] annotations)

Save/Update annotations on the document in a workspace.