VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Api2Controllers Namespace / VintasoftFileApi2Controller Class
In This Topic
VintasoftFileApi2Controller Class Methods
In This Topic
For a list of all methods of this type, see VintasoftFileApi2Controller.
Public Methods
 NameDescription
Public MethodAuthenticates the file using password.
Public MethodClears the uploaded file cache for current HTTP session.
Public MethodCopyies the specified file from application directory to the data storage.
Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController)
Public MethodDownloads an image file from a server.
Public MethodExecutes asynchronously a single HTTP operation. (Inherited from System.Web.Http.ApiController)
Public MethodSaves images to an image file.
Public MethodUploads an image, which is represented by Base64 string, to the server.
Public MethodUploads images, which are represented by Base64 strings, to the server.
Public MethodUploads an image file to the server.
Public MethodUploads the image files to the server.
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 cache manager that manages cache of image tiles.
Protected MethodCreates a data storage for serialized documents.
Protected MethodCreates a data storage for current session.
Protected MethodCreates a cache manager that manages cache of thumbnails.
Protected MethodCreates the VintasoftFileWebService that handles HTTP requests from clients and allows to manipulate files on a server.
Protected MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController)
See Also