VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.AspNetCore.ApiControllers Namespace / VintasoftFileApiController Class
In This Topic
VintasoftFileApiController Class Methods
In This Topic
For a list of all methods of this type, see VintasoftFileApiController.
Public Methods
 NameDescription
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodAuthenticates the file using password.
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodClears the uploaded file cache for current HTTP session.
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodCopyies the specified file from application directory to the data storage.
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodDownloads an image file from a server.
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public Method (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodSaves images to an image file.
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
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 image files to the server.
Public MethodOverloaded. (Inherited from Microsoft.AspNetCore.Mvc.ControllerBase)
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.
See Also