VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftImageHandler Class
    VintasoftImageHandler Class Methods
    For a list of all methods of this type, see VintasoftImageHandler.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodClears the image tile cache and thumbnail cache for current HTTP session.
    Protected MethodCreates a data storage for global resources.
    Protected MethodCreates a cache manager that manages cache of image tiles.
    Protected MethodCreates a data storage for current session.
    Protected MethodCreates a cache manager that manages cache of thumbnails.
    Protected MethodCreates the VintasoftImageWebService that handles HTTP requests from clients and allows to process an image.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodReturns information about actions of image.
    Protected MethodReturns information about actions of images.
    Protected MethodReturns an image as a Base64 string.
    Protected MethodReturns information about web image.
    Protected MethodReturns information about web images.
    Protected MethodReturns information about text region of image.
    Protected MethodReturns information about text regions of images.
    Protected MethodRenders image tile.
    Protected MethodRenders all image tiles.
    Protected MethodRenders image thumbnail.
    Protected MethodRenders image thumbnails.
    See Also