VintaSoft Annotation .NET Plug-in: API changes in version 12.4
In This Topic
API changes in Vintasoft.Imaging.Annotation.Web.Api2Controllers.dll
Changed classes:
|
Vintasoft.Imaging.Annotation.Web.Api2Controllers. VintasoftAnnotationCollectionApi2Controller
|
|
Added methods
|
|
public Vintasoft.Shared.Web. WebResponseParamsBase ClearSessionCache(string)
|
Clears the annotation cache for current HTTP session. |
|
|
API changes in Vintasoft.Imaging.Annotation.js
Changed classes:
|
Vintasoft.Imaging.Annotation.UI. WebAnnotationViewerJS
|
|
Added properties
|
|
public boolean get_LoadAnnotationsOnlyForVisibleImages { get ; }
|
Gets a value indicating whether the viewer must load annotation collections only for visible images. |
|
public boolean set_LoadAnnotationsOnlyForVisibleImages { set ; }
|
Sets a value indicating whether the viewer must load annotation collections only for visible images. |
|
|
|
Renamed properties
|
|
public boolean get_LoadAnnotationsOnlyForFocusedImage { get ; }
|
public boolean get_LoadAnnotationsOnlyForDisplayedImages { get ; }
|
|
public boolean set_LoadAnnotationsOnlyForFocusedImage { set ; }
|
public boolean set_LoadAnnotationsOnlyForDisplayedImages { set ; }
|
|
|