Name | Description | |
---|---|---|
![]() | VintasoftAnnotationCollectionApi2Controller | Initializes a new instance of the VintasoftAnnotationCollectionApi2Controller class. |
Name | Description | |
---|---|---|
![]() | VintasoftAnnotationCollectionApi2Controller | Initializes a new instance of the VintasoftAnnotationCollectionApi2Controller class. |
Name | Description | |
---|---|---|
![]() | ActionContext | Gets the action context. (Inherited from System.Web.Http.ApiController) |
![]() | Configuration | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | ControllerContext | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | Formatter | Gets or sets the formatter that should be used for serializing/deserializing of annotations. |
![]() | IsEmptySessionSupported | Gets or sets a value indicating whether the API controller can work with undefined session. |
![]() | ModelState | Gets the model state after the model binding process. (Inherited from System.Web.Http.ApiController) |
![]() | Request | Gets or sets the HttpRequestMessage of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | RequestContext | Gets the request context. (Inherited from System.Web.Http.ApiController) |
![]() | Url | Gets an instance of a System.Web.Http.Routing.UrlHelper, which is used to generate URLs to other APIs. (Inherited from System.Web.Http.ApiController) |
![]() | User | Returns the current principal associated with this request. (Inherited from System.Web.Http.ApiController) |
Name | Description | |
---|---|---|
![]() | BurnAnnotationCollection | Burns the specified annotation collection on the specified image. |
![]() | ClearCache | Clears the image tiles cache, thumbnails cache and annotations cache for specified file. |
![]() | ClearSessionCache | Clears the annotation cache for current HTTP session. |
![]() | DeserializeAnnotationCollection | Deserializes annotation collection, of specified image, from server. |
![]() | DeserializeAnnotationCollections | Deserializes annotation collections, of specified images, from server. |
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController) |
![]() | ExecuteAsync | Executes asynchronously a single HTTP operation. (Inherited from System.Web.Http.ApiController) |
![]() | GetImageWithAnnotationsAsBase64 | Returns an image with burned annotations as a Base64 string. |
![]() | RemoveAnnotationCollection | Removes the annotation collection, of specified image, from server. |
![]() | RotateImageWithAnnotations | Rotates image with annotations. |
![]() | SaveAnnotationCollection | Saves the specified annotation collection in the specified image page. |
![]() | SaveAnnotationCollections | Saves the specified annotation collections in the specified image files. |
![]() | SerializeAnnotationCollection | Serializes annotation collection, of specified image, on server. |
![]() | Validate | Overloaded. Validates the given entity and adds the validation errors to the model state under the empty prefix, if any. (Inherited from System.Web.Http.ApiController) |
Name | Description | |
---|---|---|
![]() | CreateAnnotationsCacheManager | Creates cache manager that manages cache of annotation collections. |
![]() | CreateGlobalResourcesDataStorage | Creates a data storage for global resources. |
![]() | CreateImageTilesCacheManager | Creates a cache manager that manages cache of image tiles. |
![]() | CreateSerializedDocumentsDataStorage | Creates a data storage for serialized documents. |
![]() | CreateSessionDataStorage | Creates a data storage for current session. |
![]() | CreateThumbnailsCacheManager | Creates a cache manager that manages cache of thumbnails. |
![]() | CreateWebService | Creates the VintasoftAnnotationCollectionWebService that handles HTTP requests from clients and allows to annotate images. |
![]() | Initialize | Initializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController) |
VintasoftAnnotationCollectionApi2Controller Class
Vintasoft.Imaging.Annotation.Web.Api2Controllers Namespace