VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.Web.Api2Controllers Namespace / VintasoftOfficeApi2Controller Class
In This Topic
VintasoftOfficeApi2Controller Class Methods
In This Topic
For a list of all methods of this type, see VintasoftOfficeApi2Controller.
Public Methods
 NameDescription
Public MethodCreates a new DOCX document.
Public MethodCreates a new XLSX document.
Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController)
Public MethodProcess request to document editor.
Public MethodEdits the XLSX document.
Public MethodExecutes asynchronously a single HTTP operation. (Inherited from System.Web.Http.ApiController)
Public MethodConverts the DOCX document to a PDF document.
Public MethodConverts the XLSX document to a PDF document.
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 global resources.
Protected MethodCreates a data storage for serialized documents.
Protected MethodCreates a data storage for current session.
Protected MethodCreates the VintasoftOfficeWebService that handles HTTP requests from clients and allows to work with Office document.
Protected MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController)
See Also