VintaSoft Annotation .NET Plug-in: API changes in version 12.3
In This Topic
API changes in Vintasoft.Imaging.Annotation.js
New classes:
public class Vintasoft.Imaging.Annotation.UI. WebAnnotationCommentCollectionJS
|
Represents a collection of annotation comments. |
public class Vintasoft.Imaging.Annotation.UI. WebAnnotationCommentJS
|
Represents a comment for annotation. |
Changed classes:
Vintasoft.Imaging.Annotation. WebAnnotationViewCollectionJS
|
Added methods
|
public void clearCache(function, function)
|
Sends an asynchronous request to a server to clear cache of image collection files on server. Function uses web service specified by the WebServiceJS.defaultAnnotationService property. |
public void clearCache(function, function, Vintasoft.Shared.WebServiceJS)
|
Sends an asynchronous request to a server to clear cache of image collection files on server. |
public number indexOf(Vintasoft.Imaging.Annotation.UI. WebAnnotationViewJS)
|
Returns position of specified annotation in collection. |
|
|
Removed methods
|
public number get_AnnotationIndex(Vintasoft.Imaging.Annotation.UI. WebAnnotationViewJS)
|
Returns position of specified annotation in collection. |
|
|
Vintasoft.Imaging.Annotation.UI. WebAnnotationViewJS
|
Added properties
|
public Vintasoft.Imaging.Annotation.UI. WebAnnotationCommentJS get_Comment { get ; }
|
Gets annotation comment. |
public Vintasoft.Imaging.Annotation.UI. WebAnnotationCommentJS set_Comment { set ; }
|
Sets annotation comment. |
|
|
API changes in Vintasoft.Imaging.Annotation.Web.Services.dll
New classes:
public class Vintasoft.Imaging.Annotation.Web.Services. BurnAnnotationCollectionRequestParams
|
Request to a web service. Contains parameters, which must be sent to a web service for burning annotations on image on a server. |
Removed classes:
public class Vintasoft.Imaging.Annotation.Web.Services. ModifiedImageWithAnnotationsRequestParams
|
Request to a web service. Contains parameters, which must be sent to a web service for modifying an image with annotations on a server. |
Changed classes:
Vintasoft.Imaging.Annotation.Web.Services. RotateImageWithAnnotationRequestParams
|
Added properties
|
public bool changeSource { get ; set ; }
|
Gets or sets a value indicating whether the changes must be saved in the source file. |
|
|
Vintasoft.Imaging.Annotation.Web.Services. VintasoftAnnotationCollectionWebService
|
Added methods
|
public Vintasoft.Shared.Web. WebImageFileResponseParams ClearCache(Vintasoft.Shared.Web. WebImageFileRequestParams)
|
Clears the image tiles cache, thumbnails cache and annotations cache for specified file. |
|
|
Changed methods
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. ModifiedImageWithAnnotationsRequestParams)
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. BurnAnnotationCollectionRequestParams)
|
|
|
API changes in Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers.dll
Changed classes:
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers. VintasoftAnnotationCollectionApiController
|
Added methods
|
public Vintasoft.Shared.Web. WebImageFileResponseParams ClearCache(Vintasoft.Shared.Web. WebImageFileRequestParams)
|
Clears the image tiles cache, thumbnails cache and annotations cache for specified file. |
|
|
Changed methods
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. ModifiedImageWithAnnotationsRequestParams)
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. BurnAnnotationCollectionRequestParams)
|
|
|
API changes in Vintasoft.Imaging.Annotation.Web.Api2Controllers.dll
Changed classes:
Vintasoft.Imaging.Annotation.Web.Api2Controllers. VintasoftAnnotationCollectionApi2Controller
|
Added methods
|
public Vintasoft.Shared.Web. WebImageFileResponseParams ClearCache(Vintasoft.Shared.Web. WebImageFileRequestParams)
|
Clears the image tiles cache, thumbnails cache and annotations cache for specified file. |
|
|
Changed methods
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. ModifiedImageWithAnnotationsRequestParams)
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. BurnAnnotationCollectionRequestParams)
|
|
|
API changes in Vintasoft.Imaging.Annotation.Web.HttpHandlers.dll
Changed classes:
Vintasoft.Imaging.Annotation.Web.HttpHandlers. VintasoftAnnotationCollectionHandler
|
Added methods
|
public Vintasoft.Shared.Web. WebImageFileResponseParams ClearCache(Vintasoft.Shared.Web. WebImageFileRequestParams)
|
Clears the image tiles cache, thumbnails cache and annotations cache for specified file. |
|
|
Changed methods
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. ModifiedImageWithAnnotationsRequestParams)
|
public Vintasoft.Shared.Web. WebImageInfoResponseParams BurnAnnotationCollection(Vintasoft.Imaging.Annotation.Web.Services. BurnAnnotationCollectionRequestParams)
|
|
|