VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Office.Web.HttpHandlers Namespace / VintasoftOfficeHandler Class
Constructors Properties Methods SeeAlso
In This Topic
VintasoftOfficeHandler Class Members
In This Topic
The following tables list the members exposed by VintasoftOfficeHandler.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the VintasoftOfficeHandler class.
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether the HTTP handler can work with undefined session.
Public PropertyGets a value indicating whether another request can use this instance.
Public Methods
 NameDescription
Public MethodCreates a new DOCX document.
Public MethodCreates a new XLSX document.
Public MethodProcess request to document editor.
Public MethodEdits the XLSX document.
Public MethodConverts the DOCX document to a PDF document.
Public MethodConverts the XLSX document to a PDF document.
Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
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 MethodExecutes HTTP command and returns the execution result.
See Also