VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Api2Controllers Namespace / VintasoftImageCollectionApi2Controller Class
In This Topic
VintasoftImageCollectionApi2Controller Class Methods
In This Topic
For a list of all methods of this type, see VintasoftImageCollectionApi2Controller.
Public Methods
 NameDescription
Public MethodClears the image collection cache and serialized document cache for current HTTP session.
Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController)
Public MethodExecutes asynchronously a single HTTP operation. (Inherited from System.Web.Http.ApiController)
Public MethodReturns an information about images, which are stored in specified image files.
Public MethodOverloaded. 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)
Protected Methods
 NameDescription
Protected MethodCreates a data storage for serialized documents.
Protected MethodCreates a data storage for current session.
Protected MethodCreates the VintasoftImageCollectionWebService that handles HTTP requests from clients and allows to manage an image collection.
Protected MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController)
See Also